From ec6fd4eeca3fa468cffb25b472eb349c1fed06aa Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 22 Feb 2016 08:49:20 +0800 Subject: modify tests script --- tests/c++_console/src/main.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 tests/c++_console/src/main.cpp (limited to 'tests/c++_console/src/main.cpp') diff --git a/tests/c++_console/src/main.cpp b/tests/c++_console/src/main.cpp deleted file mode 100755 index db2361659..000000000 --- a/tests/c++_console/src/main.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include - -using namespace std; - -int main(int argc, char** argv) -{ - cout << "hello world!" << endl; - return 0; -} -- cgit v1.3.1