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.
1 parent 2300577 commit ca86836Copy full SHA for ca86836
test/Backtracing/CompactImageMap.swift
@@ -1,7 +1,8 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-build-swift %s -parse-as-library -Onone -o %t/ImageMap
3
// RUN: %target-codesign %t/ImageMap
4
-// RUN: %target-run %t/ImageMap | %FileCheck %s
+// RUN: %target-run %t/ImageMap | tee %t/ImageMap.out
5
+// RUN: cat %t/ImageMap.out | %FileCheck %s
6
7
// UNSUPPORTED: use_os_stdlib
8
// UNSUPPORTED: back_deployment_runtime
0 commit comments