diff options
Diffstat (limited to 'tests/ui/expr/if/if-loop.rs')
| -rw-r--r-- | tests/ui/expr/if/if-loop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/expr/if/if-loop.rs b/tests/ui/expr/if/if-loop.rs index 06d0bdf456c..f4121c92d17 100644 --- a/tests/ui/expr/if/if-loop.rs +++ b/tests/ui/expr/if/if-loop.rs @@ -1,4 +1,4 @@ -// check-pass +//@ check-pass // This used to ICE because the "if" being unreachable was not handled correctly fn err() { |
