summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-15 02:20:35 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-15 02:20:35 +0200
commit404d6c69d6c8c1fc9c711809c44ea085cdac6bb7 (patch)
tree3e76b48a85a9e8e9a15c56d0f5cf55bf436f092a
parent1bc5ce3e07b46ec1d0f46dfe6e3443dccd11fa5e (diff)
Remove unecessary tests
-rw-r--r--tests/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
deleted file mode 100644
index 9ad80a6..0000000
--- a/tests/main.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(int argc, char **argv)
-{
- printf("hello, world!\n");
- return 0;
-}