From bb4f9e6498ba715911f83e0dc221a5b1b86baf51 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2015 10:32:50 +0200 Subject: Further test module development --- tests/test/simple/driver.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test/simple/driver.cxx') diff --git a/tests/test/simple/driver.cxx b/tests/test/simple/driver.cxx index 3753821..26d1d51 100644 --- a/tests/test/simple/driver.cxx +++ b/tests/test/simple/driver.cxx @@ -7,8 +7,8 @@ int main () { cerr << "test is running (stderr)" << endl; - //assert (false); + assert (false); cout << "test is running (stdout)" << endl; - return 0; - //return 1; + //return 0; + return 1; } -- cgit v1.1