Update skeleton

This commit is contained in:
Jeehoon Kang
2020-06-05 20:27:13 +09:00
parent 8134a56966
commit 54004932e3
5 changed files with 4 additions and 39 deletions

View File

@@ -91,7 +91,6 @@ fn test_examples_deadcode() {
);
}
// TODO: after implementing IR parser, delete `ignore` mark
#[test]
fn test_examples_asmgen() {
test_dir(Path::new("examples/asmgen"), &OsStr::new("ir"), test_asmgen);