summaryrefslogtreecommitdiffstats
path: root/test/atomic_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/atomic_test.cpp')
-rw-r--r--test/atomic_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/atomic_test.cpp b/test/atomic_test.cpp
index 6611c91..7aadae9 100644
--- a/test/atomic_test.cpp
+++ b/test/atomic_test.cpp
@@ -1,4 +1,3 @@
-#include <iostream>
#include "raul/AtomicInt.hpp"
#include "raul/AtomicPtr.hpp"
@@ -8,7 +7,7 @@ using namespace Raul;
int
main()
{
- cout << "Well, at least I compiled; that's gotta count for something eh?" << endl;
+ /* TODO: Actually test functionality... */
return 0;
}