Skip to content

Commit 596ff6f

Browse files
committed
Test different #2
1 parent 7fef4b6 commit 596ff6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Interop/Cxx/value-witness-table/witness-lifetime-operations-irgen.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// RUN: %target-swift-frontend -enable-experimental-cxx-interop -I %S/Inputs %s -emit-ir -Xcc -fignore-exceptions | %FileCheck %s
1+
// RUN: %target-swift-frontend -enable-experimental-cxx-interop -I %S/Inputs %s -emit-ir -Xcc -fignore-exceptions > %t
2+
3+
// RUN: not cat %t
4+
// RUN: cat %t | %FileCheck %s
25

36
// Temporarily restrict to x86 (rdar://89908618)
47
// REQUIRES: CPU=x86_64

0 commit comments

Comments
 (0)