We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1f030 commit 68e93a1Copy full SHA for 68e93a1
test/Interpreter/generic_casts_objc.swift
@@ -1,4 +1,6 @@
1
-// RUN: %target-run-simple-swift | %FileCheck --check-prefix CHECK --check-prefix CHECK-ONONE --dump-input fail %s
+// RUN: %empty-directory(%t)
2
+// RUN: %target-build-swift -Onone %s -o %t/a.out
3
+// RUN: %target-run %t/a.out | %FileCheck --check-prefix CHECK --check-prefix CHECK-ONONE %s
4
// RUN: %target-build-swift -O %s -o %t/a.out.optimized
5
// RUN: %target-codesign %t/a.out.optimized
6
// RUN: %target-run %t/a.out.optimized | %FileCheck %s
0 commit comments