From 65a950ee174ac6cb508c5bab8e6f1dbaa31fd2be Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 1 Nov 2023 22:47:48 +0800 Subject: compile test stub --- tests/actions/test/src/compile.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/actions/test/src/compile.cpp (limited to 'tests/actions/test/src/compile.cpp') 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 - -int main(int argc, char** argv) { - static_assert(0, "error"); - return 0; -} -- cgit v1.3.1