diff options
Diffstat (limited to 'tests/test/simple/driver.cxx')
-rw-r--r-- | tests/test/simple/driver.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/test/simple/driver.cxx b/tests/test/simple/driver.cxx deleted file mode 100644 index 3753821..0000000 --- a/tests/test/simple/driver.cxx +++ /dev/null @@ -1,14 +0,0 @@ -#include <iostream> -#include <cassert> - -using namespace std; - -int -main () -{ - cerr << "test is running (stderr)" << endl; - //assert (false); - cout << "test is running (stdout)" << endl; - return 0; - //return 1; -} |