aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-02 07:40:14 +0200
committerdec05eba <dec05eba@protonmail.com>2022-10-02 07:45:16 +0200
commitbdd95325ce3b8b3f95316b206b3c4c210ef81c80 (patch)
treefedf3d44179a0b61def3b2522cd927c7aa64aa9c /tests
parent24531105312edb362f8aa791698dc223c0c5a661 (diff)
Add mpv option
Diffstat (limited to '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;
-}