Skip to content

Commit

Permalink
Test different swiftlang#2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp committed Mar 17, 2023
1 parent 7fef4b6 commit 596ff6f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// RUN: %target-swift-frontend -enable-experimental-cxx-interop -I %S/Inputs %s -emit-ir -Xcc -fignore-exceptions | %FileCheck %s
// RUN: %target-swift-frontend -enable-experimental-cxx-interop -I %S/Inputs %s -emit-ir -Xcc -fignore-exceptions > %t

// RUN: not cat %t
// RUN: cat %t | %FileCheck %s

// Temporarily restrict to x86 (rdar://89908618)
// REQUIRES: CPU=x86_64
Expand Down

0 comments on commit 596ff6f

Please sign in to comment.