diff options
| author | ruki <[email protected]> | 2023-11-01 22:47:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-01 22:47:48 +0800 |
| commit | 65a950ee174ac6cb508c5bab8e6f1dbaa31fd2be (patch) | |
| tree | 0785b55f490ad55a46d3d7018f4e4c4512b368e3 /tests/actions/test/src/compile.cpp | |
| parent | 3ba30810808986745dc0644ce495e3ab46d41291 (diff) | |
compile test stub
Diffstat (limited to 'tests/actions/test/src/compile.cpp')
| -rw-r--r-- | tests/actions/test/src/compile.cpp | 6 |
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; -} |
