Skip to content

Commit 980add9

Browse files
authored
Merge pull request #24226 from lorentey/bridged-casts-folding-test-unopt
[test] bridged_casts_folding: Explicitly override optimization level to -Onone
2 parents c34c3e3 + ef20f69 commit 980add9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/bridged_casts_folding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift | %FileCheck %s
1+
// RUN: %target-run-simple-swift(-Onone) | %FileCheck %s
22
// RUN: %target-run-simple-swift(-O) | %FileCheck -check-prefix=CHECK-OPT %s
33

44
// NOTE: We use FileCheck for the crashing test cases to make sure we crash for

0 commit comments

Comments
 (0)