From 365e1851ab1b2f2e7eca2fb0697e5b7ff1023b60 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 9 Jan 2026 02:31:16 +0100 Subject: chore: Nectar grunt work on runtime library and test code. Signed-off-by: Amlal El Mahrouss --- test/test_01_codegen/codegen.test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 5115a9b..de88651 100644 --- a/test/test_01_codegen/codegen.test.cc +++ b/test/test_01_codegen/codegen.test.cc @@ -14,7 +14,7 @@ TEST(CodegenTest, BasicCodegenTestGrep) { EXPECT_TRUE(compile_result == 0) << "C++ compiler driver failed to compile sample.cc"; // Grep for expected entry point symbol in generated assembly - auto grep_main = std::system("grep -q '__NECTI_main' ../test_samples/sample.ncpp.masm"); + auto grep_main = std::system("grep -q '__NECTAR_main' ../test_samples/sample.ncpp.masm"); EXPECT_TRUE(grep_main == 0) << "Generated assembly missing expected entry point __NECTAR_main"; // Grep for return instruction -- cgit v1.2.3