diff options
Diffstat (limited to 'tests/mir-opt/uninhabited_fallthrough_elimination.rs')
-rw-r--r-- | tests/mir-opt/uninhabited_fallthrough_elimination.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/uninhabited_fallthrough_elimination.rs b/tests/mir-opt/uninhabited_fallthrough_elimination.rs index 0853883f8..7dd41aea5 100644 --- a/tests/mir-opt/uninhabited_fallthrough_elimination.rs +++ b/tests/mir-opt/uninhabited_fallthrough_elimination.rs @@ -1,3 +1,4 @@ +// skip-filecheck enum Empty {} enum S { |