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