Skip to content

Commit 9ede961

Browse files
committed
Correct run line on fixed crasher
Lesson learned: the script is not infallible.
1 parent 27dfa51 commit 9ede961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/compiler_crashers_2_fixed/0160-sr7958.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not %target-swift-frontend %s -emit-ir
1+
// RUN: %target-swift-frontend %s -emit-ir
22

33
func foo<U>(_ x: U?) {
44
_ = "\(anyLabelHere: x)"

0 commit comments

Comments
 (0)