summaryrefslogtreecommitdiff
path: root/tests/projects/c++/shared_library/src/test.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-22 23:46:44 +0800
committerruki <[email protected]>2020-08-22 23:46:44 +0800
commit6da64856c6ed01eb567a977dae3e117babaaa287 (patch)
tree7c5fe395a9c34aa4a7d5946a6217e40e3de67ae7 /tests/projects/c++/shared_library/src/test.cpp
parent55eb2fa3baaa571a616250ee8a89e98b4d82d49c (diff)
remove some comments
Diffstat (limited to 'tests/projects/c++/shared_library/src/test.cpp')
-rw-r--r--tests/projects/c++/shared_library/src/test.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/projects/c++/shared_library/src/test.cpp b/tests/projects/c++/shared_library/src/test.cpp
deleted file mode 100644
index 72e03272b..000000000
--- a/tests/projects/c++/shared_library/src/test.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "interface.h"
-#include <iostream>
-
-using namespace std;
-
-int main(int argc, char** argv)
-{
- cout << "add(1, 2) = " << add(1, 2) << endl;
- return 0;
-}