summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-10-29 15:55:04 +0800
committerruki <[email protected]>2023-10-29 15:55:04 +0800
commite050e80ebbcae194e6f83692f0fb443f0ecd3dd5 (patch)
tree0d007edfb475acf77087e0ef0808aa77796d9ca3
parentdd7e24bf55dc45956efa3af0eb3773699b95befb (diff)
modify test
-rw-r--r--tests/actions/test/src/compile.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/actions/test/src/compile.cpp b/tests/actions/test/src/compile.cpp
index a65e463c4..adfe8588c 100644
--- a/tests/actions/test/src/compile.cpp
+++ b/tests/actions/test/src/compile.cpp
@@ -1,7 +1,6 @@
#include <stdio.h>
-int main(int argc, char** argv)
-{
+int main(int argc, char** argv) {
static_assert(0, "error");
return 0;
}