From e050e80ebbcae194e6f83692f0fb443f0ecd3dd5 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 29 Oct 2023 15:55:04 +0800 Subject: modify test --- tests/actions/test/src/compile.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/actions/test/src/compile.cpp') 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 -int main(int argc, char** argv) -{ +int main(int argc, char** argv) { static_assert(0, "error"); return 0; } -- cgit v1.3.1