Skip to content

Commit 16cc543

Browse files
committed
Correct run line on unfixed crasher
1 parent 2e8d092 commit 16cc543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/compiler_crashers_2/0160-sr7958.swift

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

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

0 commit comments

Comments
 (0)