summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-26 00:49:39 +0800
committerruki <[email protected]>2025-11-26 00:49:39 +0800
commit7a15f43c268a3cd192fedbcf6f0a65ab80f1646d (patch)
treefd1eb999a9d167361d5bc8399e1780e0e16de0d4 /tests/plugins/pack/src/main.cpp
parent79d611989dc8004733a4a81ef7124466788b79f4 (diff)
add pack macapp test
Diffstat (limited to 'tests/plugins/pack/src/main.cpp')
-rw-r--r--tests/plugins/pack/src/main.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/plugins/pack/src/main.cpp b/tests/plugins/pack/src/main.cpp
deleted file mode 100644
index 55d2f380a..000000000
--- a/tests/plugins/pack/src/main.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <iostream>
-
-using namespace std;
-
-int main(int argc, char **argv) {
- cout << "hello world!" << endl;
- return 0;
-}