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 0aab6d2 commit b05e009Copy full SHA for b05e009
test/Interpreter/generic_casts.swift
@@ -1,4 +1,6 @@
1
-// RUN: %target-run-simple-swift | %FileCheck --check-prefix CHECK --check-prefix CHECK-ONONE %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