Skip to content

Commit 407a3fc

Browse files
author
Lance Parker
committed
Put the requires back in its place
1 parent f051d6b commit 407a3fc

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
@@ -14,14 +14,14 @@
1414
// RUN: then \
1515
// RUN: %target-clang -fobjc-arc %S/Inputs/NSSlowString/NSSlowString.m -c -o %t/NSSlowString.o && \
1616
// RUN: %target-build-swift -I %S/Inputs/NSSlowString/ %t/NSSlowString.o %s -o %t/a.out; \
17-
// REQUIRES: objc_interop
1817
// RUN: else \
1918
// RUN: %target-build-swift %s -o %t/a.out; \
2019
// RUN: fi
2120

2221
// RUN: %target-codesign %t/a.out
2322
// RUN: %target-run %t/a.out %S/Inputs/NormalizationTest.txt
2423
// REQUIRES: executable_test
24+
// REQUIRES: objc_interop
2525

2626
import Swift
2727
import StdlibUnittest

0 commit comments

Comments
 (0)