Skip to content

Commit 9b7821d

Browse files
author
Dave Abrahams
authored
Add missing RUN line
Thanks to @bob-wilson for this fix
1 parent 0d04dfd commit 9b7821d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Prototypes/Algorithms.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
12+
// RUN: %empty-directory(%t)
1213
// RUN: %target-build-swift -g -Onone -DUSE_STDLIBUNITTEST %s -o %t/a.out
1314
// RUN: %target-run %t/a.out
1415
// REQUIRES: executable_test

0 commit comments

Comments
 (0)