summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/src/main.cpp
diff options
context:
space:
mode:
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;
-}