Add FileCheck for enum.rs

This commit is contained in:
sfzhu93 2024-01-07 22:03:42 -08:00
parent 1adda9a170
commit 7135168d08

View File

@ -14,10 +14,10 @@
debug x => _2;
}
scope 3 {
debug x => _4;
debug x1 => _4;
}
scope 4 {
debug x => _5;
debug x2 => _5;
}
}