diff options
Diffstat (limited to 'src/test/mir-opt/simplify-locals-removes-unused-consts.rs')
-rw-r--r-- | src/test/mir-opt/simplify-locals-removes-unused-consts.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/mir-opt/simplify-locals-removes-unused-consts.rs b/src/test/mir-opt/simplify-locals-removes-unused-consts.rs index 179994544..39b7911d4 100644 --- a/src/test/mir-opt/simplify-locals-removes-unused-consts.rs +++ b/src/test/mir-opt/simplify-locals-removes-unused-consts.rs @@ -1,3 +1,4 @@ +// unit-test: SimplifyLocals // compile-flags: -C overflow-checks=no fn use_zst(_: ((), ())) {} |