This commit is contained in:
Janggun Lee
2025-04-11 13:20:17 +09:00
parent b465dd75f0
commit ad7b1ae67f

View File

@@ -61,7 +61,7 @@ const IRGEN_SMALL_TEST_IGNORE_LIST: [&str; 12] = [
]; ];
// TODO: Enable this test next semester. // TODO: Enable this test next semester.
const IRGEN_FULL_TEST_IGNORE_LIST: [&str; 1] = ["examples/c/side-effect.c"]; const IRGEN_FULL_TEST_IGNORE_LIST: [&str; 1] = ["examples/c/side_effect.c"];
const ASMGEN_TEST_DIR_LIST: [&str; 5] = [ const ASMGEN_TEST_DIR_LIST: [&str; 5] = [
"examples/ir0", "examples/ir0",