From a06317b5de9a23e4c12ad2f918be0f24c1f67149 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Feb 2011 19:13:07 +0000 Subject: Tidy up Raul test suite. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2961 a436a847-0d15-0410-975c-d299462d15a1 --- test/atomic_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/atomic_test.cpp') 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 #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; } -- cgit v1.2.1