From 41458b7253c524db10088657c930d300fc1b09ca Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 24 Jan 2026 11:09:12 +0100 Subject: chore: assemblers: update assembler flag. Signed-off-by: Amlal El Mahrouss --- test/test_01_codegen/codegen.test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_01_codegen/codegen.test.cc') 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 -- cgit v1.2.3