Skip to content

Commit ac60815

Browse files
committed
fix a test that turned off lexical borrow scopes for seemingly no reason.
1 parent 49c8b58 commit ac60815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILOptimizer/allocbox_to_stack_noncopyable.sil

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-sil-opt -enable-experimental-move-only -enable-sil-verify-all %s -allocbox-to-stack -enable-copy-propagation=requested-passes-only -enable-lexical-borrow-scopes=false | %FileCheck %s
1+
// RUN: %target-sil-opt -enable-experimental-move-only -enable-sil-verify-all %s -allocbox-to-stack -enable-copy-propagation=requested-passes-only | %FileCheck %s
22

33
sil_stage raw
44

@@ -159,4 +159,4 @@ bb2:
159159
bb3:
160160
%30 = tuple ()
161161
return %30 : $()
162-
}
162+
}

0 commit comments

Comments
 (0)