summaryrefslogtreecommitdiffstats
path: root/test/path_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/path_test.cpp')
-rw-r--r--test/path_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/path_test.cpp b/test/path_test.cpp
index d9d2b57..01f55c0 100644
--- a/test/path_test.cpp
+++ b/test/path_test.cpp
@@ -17,7 +17,6 @@
#include <cstring>
#include <iostream>
-#include "raul/log.hpp"
#include "raul/Path.hpp"
using namespace std;
@@ -28,7 +27,7 @@ main()
{
#define CHECK(cond) \
do { if (!(cond)) { \
- error << "Test failed: " << (cond) << endl; \
+ cerr << "Test failed: " << (cond) << endl; \
return 1; \
} } while (0)