Skip to content

Commit 15eea66

Browse files
tapthakerHarlan Haskins
andauthored
Make the crash-in-user-code check agnostic for macOS, Linux and Windows
Co-Authored-By: Harlan Haskins <[email protected]>
1 parent 0f3ed3f commit 15eea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Frontend/crash-in-user-code.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// CHECK-NEXT: ---
1010
// CHECK-NEXT: crash-in-user-code.swift
1111
// CHECK-NEXT: ---
12-
// CHECK-NEXT: While running user code "SOURCE_DIR/test/Front{{e|E}}nd/crash-in-user-code.swift"
12+
// CHECK-NEXT: While running user code "{{.*}}crash-in-user-code.swift"
1313

1414
let x: Int? = nil
1515
x!

0 commit comments

Comments
 (0)