summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-27 23:27:12 +0800
committerruki <[email protected]>2022-09-27 23:27:12 +0800
commitb1dd0bd59f5d35717b2493a45bf5a0274fed2a9a (patch)
tree11e685cd967a976e653d91d1a28127012d7d2437
parent96792611562600d3060d2f76b30b1c6dfda972e7 (diff)
remove unity test.cpp
-rw-r--r--tests/projects/c++/unity_build/src/test.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/projects/c++/unity_build/src/test.cpp b/tests/projects/c++/unity_build/src/test.cpp
deleted file mode 100644
index 27d41ee50..000000000
--- a/tests/projects/c++/unity_build/src/test.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "header.h"
-
-int main(int argc, char** argv)
-{
- std::string s("xmake");
- printf("hello %s!\n", s.c_str());
- return 0;
-}