diff options
Diffstat (limited to 'tests/actions/test/src/compile.cpp')
| -rw-r--r-- | tests/actions/test/src/compile.cpp | 3 |
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; } |
