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 ae4ffd1 commit 0d04dfdCopy full SHA for 0d04dfd
test/Prototypes/Algorithms.swift
@@ -9,8 +9,8 @@
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
//
11
//===----------------------------------------------------------------------===//
12
-// RUN: %target-build-swift -g -Onone -DUSE_STDLIBUNITTEST %s -o %t/Algorithms
13
-// RUN: %target-run %t/Algorithms
+// RUN: %target-build-swift -g -Onone -DUSE_STDLIBUNITTEST %s -o %t/a.out
+// RUN: %target-run %t/a.out
14
// REQUIRES: executable_test
15
16
#if USE_STDLIBUNITTEST
0 commit comments