summaryrefslogtreecommitdiff
path: root/tests/actions/test/src/compile.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-01 22:47:48 +0800
committerruki <[email protected]>2023-11-01 22:47:48 +0800
commit65a950ee174ac6cb508c5bab8e6f1dbaa31fd2be (patch)
tree0785b55f490ad55a46d3d7018f4e4c4512b368e3 /tests/actions/test/src/compile.cpp
parent3ba30810808986745dc0644ce495e3ab46d41291 (diff)
compile test stub
Diffstat (limited to 'tests/actions/test/src/compile.cpp')
-rw-r--r--tests/actions/test/src/compile.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/actions/test/src/compile.cpp b/tests/actions/test/src/compile.cpp
deleted file mode 100644
index adfe8588c..000000000
--- a/tests/actions/test/src/compile.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-
-int main(int argc, char** argv) {
- static_assert(0, "error");
- return 0;
-}