From 36ec90018e1a6337d23fc5286ed926c2134bde1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Feb 2018 14:39:47 +0200 Subject: Add tests for auto-generated test inputs/outputs --- old-tests/test/simple/driver.cxx | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 old-tests/test/simple/driver.cxx (limited to 'old-tests/test/simple/driver.cxx') diff --git a/old-tests/test/simple/driver.cxx b/old-tests/test/simple/driver.cxx deleted file mode 100644 index 3753821..0000000 --- a/old-tests/test/simple/driver.cxx +++ /dev/null @@ -1,14 +0,0 @@ -#include -#include - -using namespace std; - -int -main () -{ - cerr << "test is running (stderr)" << endl; - //assert (false); - cout << "test is running (stdout)" << endl; - return 0; - //return 1; -} -- cgit v1.1