Unignore asmgen test

This commit is contained in:
Jeehoon Kang
2020-06-05 01:06:01 +09:00
parent 7bb9ed11b5
commit 0b2975d62a

View File

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