diff options
author | David Robillard <d@drobilla.net> | 2011-02-16 19:13:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-16 19:13:07 +0000 |
commit | a06317b5de9a23e4c12ad2f918be0f24c1f67149 (patch) | |
tree | 4e56df0fac3241c2513907d832aae163f9bda543 /test/atomic_test.cpp | |
parent | 26bf74b210f27ea6076ff262757eb813955472c2 (diff) | |
download | raul-a06317b5de9a23e4c12ad2f918be0f24c1f67149.tar.gz raul-a06317b5de9a23e4c12ad2f918be0f24c1f67149.tar.bz2 raul-a06317b5de9a23e4c12ad2f918be0f24c1f67149.zip |
Tidy up Raul test suite.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2961 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test/atomic_test.cpp')
-rw-r--r-- | test/atomic_test.cpp | 3 |
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; } |