remove unecessary change to RUN: line

This commit is contained in:
Lance Parker
2018-11-29 15:32:17 -08:00
parent dd700641d2
commit 24e6a590b8

View File

@@ -11,7 +11,7 @@
//===----------------------------------------------------------------------===//
// RUN: mkdir -p %t
// RUN: %target-build-swift %s -o %t/a.out
// RUN: %target-run %t/a.out %S/Inputs/NormalizationTest.txt %S/Inputs/UnormalizedStrings.txt %S/Inputs/ExpectedCodeUnits.txt
// RUN: %target-run %t/a.out %S/Inputs/NormalizationTest.txt
// REQUIRES: executable_test
// REQUIRES: objc_interop