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++_static_library/src/test.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 tests/c++_static_library/src/test.cpp (limited to 'tests/c++_static_library/src/test.cpp') diff --git a/tests/c++_static_library/src/test.cpp b/tests/c++_static_library/src/test.cpp deleted file mode 100755 index 72e03272b..000000000 --- a/tests/c++_static_library/src/test.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "interface.h" -#include - -using namespace std; - -int main(int argc, char** argv) -{ - cout << "add(1, 2) = " << add(1, 2) << endl; - return 0; -} -- cgit v1.3.1