Skip to content

Commit a01c94b

Browse files
authored
Merge pull request #63088 from compnerd/totalled
test: enable crash-in-user-code on Windows
2 parents 4eefefa + e48ee8d commit a01c94b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
2-
// RUN: echo %s > %t.filelist.txt
3-
// RUN: not --crash %target-swift-frontend -interpret -filelist %t.filelist.txt 2>&1 | %FileCheck %s
1+
// RUN: %empty-directory(%t)
2+
// RUN: echo %s > %t/filelist.txt
3+
// RUN: not --crash %target-swift-frontend -interpret -filelist %t/filelist.txt 2>&1 >%t/output.txt
4+
// %FileCheck %s < %t/output.txt
45

56
// REQUIRES: executable_test
67

78
// UNSUPPORTED: OS=ios
89
// UNSUPPORTED: OS=tvos
910
// UNSUPPORTED: OS=watchos
10-
// UNSUPPORTED: MSVC_VER=15.0
1111

1212
// CHECK: Stack dump:
1313
// CHECK-NEXT: Program arguments:

0 commit comments

Comments
 (0)