summaryrefslogtreecommitdiff
path: root/tests/projects/other/native_module_cjson/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/other/native_module_cjson/src/main.cpp')
-rw-r--r--tests/projects/other/native_module_cjson/src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/projects/other/native_module_cjson/src/main.cpp b/tests/projects/other/native_module_cjson/src/main.cpp
deleted file mode 100644
index 7c775d288..000000000
--- a/tests/projects/other/native_module_cjson/src/main.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <iostream>
-
-int main(int argc, char** argv) {
- std::cout << "hello world!" << std::endl;
- return 0;
-}