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 1052dda commit b78747eCopy full SHA for b78747e
test/Interop/C/swiftify-import/counted-by-noescape.swift
@@ -1,7 +1,7 @@
1
// REQUIRES: swift_feature_SafeInteropWrappers
2
// REQUIRES: swift_feature_Span
3
4
-// RUN: %target-swift-ide-test -print-module -module-to-print=CountedByNoEscapeClang -plugin-path %swift-plugin-dir -I %S/Inputs -source-filename=x -enable-experimental-feature SafeInteropWrappers | %FileCheck %s
+// RUN: %target-swift-ide-test -print-module -module-to-print=CountedByNoEscapeClang -plugin-path %swift-plugin-dir -I %S/Inputs -source-filename=x -enable-experimental-feature SafeInteropWrappers -enable-experimental-feature Span | %FileCheck %s
5
6
// swift-ide-test doesn't currently typecheck the macro expansions, so run the compiler as well
7
// RUN: %empty-directory(%t)
0 commit comments