mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 06:58:50 +00:00
Update skeleton
This commit is contained in:
@@ -102,8 +102,9 @@ fn test_examples_deadcode() {
|
||||
);
|
||||
}
|
||||
|
||||
// TODO: after implementing IR parser, delete `ignore` mark
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_examples_asmgen() {
|
||||
test_dir(Path::new("examples/asm"), &OsStr::new("c"), test_asmgen);
|
||||
test_dir(Path::new("examples/c"), &OsStr::new("c"), test_asmgen);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user