Skip to content

Commit 0d04dfd

Browse files
author
Dave Abrahams
committed
Try using an output file name that works in other tests
Linux's ld is failing to find the file somehow.
1 parent ae4ffd1 commit 0d04dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Prototypes/Algorithms.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
12-
// RUN: %target-build-swift -g -Onone -DUSE_STDLIBUNITTEST %s -o %t/Algorithms
13-
// RUN: %target-run %t/Algorithms
12+
// RUN: %target-build-swift -g -Onone -DUSE_STDLIBUNITTEST %s -o %t/a.out
13+
// RUN: %target-run %t/a.out
1414
// REQUIRES: executable_test
1515

1616
#if USE_STDLIBUNITTEST

0 commit comments

Comments
 (0)