We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f051d6b commit 407a3fcCopy full SHA for 407a3fc
validation-test/stdlib/StringNormalization.swift
@@ -14,14 +14,14 @@
14
// RUN: then \
15
// RUN: %target-clang -fobjc-arc %S/Inputs/NSSlowString/NSSlowString.m -c -o %t/NSSlowString.o && \
16
// RUN: %target-build-swift -I %S/Inputs/NSSlowString/ %t/NSSlowString.o %s -o %t/a.out; \
17
-// REQUIRES: objc_interop
18
// RUN: else \
19
// RUN: %target-build-swift %s -o %t/a.out; \
20
// RUN: fi
21
22
// RUN: %target-codesign %t/a.out
23
// RUN: %target-run %t/a.out %S/Inputs/NormalizationTest.txt
24
// REQUIRES: executable_test
+// REQUIRES: objc_interop
25
26
import Swift
27
import StdlibUnittest
0 commit comments