aboutsummaryrefslogtreecommitdiff
path: root/tests/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-03-30 17:22:57 +0200
committerdec05eba <dec05eba@protonmail.com>2020-03-30 17:24:31 +0200
commite74278a04209070fa648e73c7c392e719fc78d09 (patch)
tree07e2cecc5b970bb3396a7f165afa88c471da436c /tests/main.cpp
parent405f810457b760a2fba64c340efdeefa2f6ab892 (diff)
Fix frame timing
Diffstat (limited to 'tests/main.cpp')
-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;
-}