We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eefefa + e48ee8d commit a01c94bCopy full SHA for a01c94b
test/Frontend/crash-in-user-code.swift
@@ -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
+// RUN: %empty-directory(%t)
+// RUN: echo %s > %t/filelist.txt
+// RUN: not --crash %target-swift-frontend -interpret -filelist %t/filelist.txt 2>&1 >%t/output.txt
4
+// %FileCheck %s < %t/output.txt
5
6
// REQUIRES: executable_test
7
8
// UNSUPPORTED: OS=ios
9
// UNSUPPORTED: OS=tvos
10
// UNSUPPORTED: OS=watchos
-// UNSUPPORTED: MSVC_VER=15.0
11
12
// CHECK: Stack dump:
13
// CHECK-NEXT: Program arguments:
0 commit comments