summaryrefslogtreecommitdiffhomepage
path: root/test/test_01_codegen/codegen.test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_01_codegen/codegen.test.cc')
-rw-r--r--test/test_01_codegen/codegen.test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_01_codegen/codegen.test.cc b/test/test_01_codegen/codegen.test.cc
index b3428a8..b347d6d 100644
--- a/test/test_01_codegen/codegen.test.cc
+++ b/test/test_01_codegen/codegen.test.cc
@@ -10,8 +10,7 @@
TEST(CodegenTest, BasicCodegenTestGrep) {
// Compile C++ source to assembly
- auto compile_result =
- std::system("pef-amd64-cxxdrv ../test_samples/sample.nc > /dev/null 2>&1");
+ auto compile_result = std::system("pef-amd64-cxxdrv ../test_samples/sample.nc > /dev/null 2>&1");
EXPECT_TRUE(compile_result == 0) << "C++ compiler driver failed to compile sample.cc";
// Grep for expected entry point symbol in generated assembly