diff options
Diffstat (limited to '')
-rw-r--r-- | tests/mir-opt/simplify_cfg.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/simplify_cfg.rs b/tests/mir-opt/simplify_cfg.rs index cf7eac440..a87aaca54 100644 --- a/tests/mir-opt/simplify_cfg.rs +++ b/tests/mir-opt/simplify_cfg.rs @@ -1,3 +1,4 @@ +// skip-filecheck // Test that the goto chain starting from bb0 is collapsed. // compile-flags: -Cpanic=abort // no-prefer-dynamic |