Skip to content

Commit 24e6a59

Browse files
author
Lance Parker
committed
remove unecessary change to RUN: line
1 parent dd70064 commit 24e6a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/stdlib/StringNormalization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212
// RUN: mkdir -p %t
1313
// RUN: %target-build-swift %s -o %t/a.out
14-
// RUN: %target-run %t/a.out %S/Inputs/NormalizationTest.txt %S/Inputs/UnormalizedStrings.txt %S/Inputs/ExpectedCodeUnits.txt
14+
// RUN: %target-run %t/a.out %S/Inputs/NormalizationTest.txt
1515
// REQUIRES: executable_test
1616
// REQUIRES: objc_interop
1717

0 commit comments

Comments
 (0)