chore(dev): 调整test用例结构

This commit is contained in:
jing
2026-03-13 21:37:37 +08:00
parent b26c40f6ad
commit 10ea8aad14
44 changed files with 124 additions and 20 deletions

View File

@@ -62,5 +62,5 @@ void PrintHelp(std::ostream& os) {
<< " - 默认输出 IR\n"
<< " - 若使用 --emit-parse-tree/--emit-ir/--emit-asm则仅输出显式选择的阶段\n"
<< " - 可使用重定向写入文件:\n"
<< " compiler --emit-asm test/test_case/function/simple_add.sy > out.s\n";
<< " compiler --emit-asm test/test_case/functional/simple_add.sy > out.s\n";
}