summaryrefslogtreecommitdiff
path: root/tests/projects/c++/shared_library/src/interface.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-01 22:38:41 +0800
committerruki <[email protected]>2022-12-01 22:38:41 +0800
commit90613a344570916a4a7d197dc20d3af31a38be51 (patch)
treea2f05adfd49d82915b86749a39fcbae662b9f3d5 /tests/projects/c++/shared_library/src/interface.cpp
parent62bf14a330904ea37496d5da5bfe3a66ec3d02ec (diff)
improve tests
Diffstat (limited to 'tests/projects/c++/shared_library/src/interface.cpp')
-rw-r--r--tests/projects/c++/shared_library/src/interface.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/projects/c++/shared_library/src/interface.cpp b/tests/projects/c++/shared_library/src/interface.cpp
deleted file mode 100644
index 598d07560..000000000
--- a/tests/projects/c++/shared_library/src/interface.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "interface.h"
-
-int add(int a, int b)
-{
- return a + b;
-}