From 9d19020fe048a1f96711203e9b5bf217262c7f2d Mon Sep 17 00:00:00 2001 From: Alexey Fedoseev Date: Thu, 25 Apr 2024 11:13:21 +0300 Subject: [PATCH] use test utils --- tests/04-read-meta.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/04-read-meta.cpp b/tests/04-read-meta.cpp index d186c1c..23a700f 100644 --- a/tests/04-read-meta.cpp +++ b/tests/04-read-meta.cpp @@ -21,14 +21,11 @@ #include #include "cyberiadamlpp.h" +#include "testutils.h" using namespace Cyberiada; using namespace std; -#define CYB_ASSERT(q) if (!(q)) { \ - throw AssertException(std::string(__FILE__) + ":" + std::to_string(__LINE__)); \ - } - int main(int argc, char** argv) { Document d;