Skip to content

Commit cf2177f

Browse files
committed
Fix test case
1 parent 084db0d commit cf2177f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SPI/warn_on_ineffective_spi_import.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %empty-directory(%t)
44

55
/// Compile the SPI lib.
6-
// RUN: %target-swift-frontend -enable-experimental-prespecialization -emit-module %S/Inputs/spi_helper.swift -module-name SPIHelper -emit-module-path %t/SPIHelper.swiftmodule -emit-module-interface-path %t/SPIHelper.swiftinterface -emit-private-module-interface-path %t/SPIHelper.private.swiftinterface -enable-library-evolution -swift-version 5 -parse-as-library
6+
// RUN: %target-swift-frontend -emit-module %S/Inputs/spi_helper.swift -module-name SPIHelper -emit-module-path %t/SPIHelper.swiftmodule -emit-module-interface-path %t/SPIHelper.swiftinterface -emit-private-module-interface-path %t/SPIHelper.private.swiftinterface -enable-library-evolution -swift-version 5 -parse-as-library
77

88
/// Reading from swiftmodule, no warning.
99
// RUN: %target-swift-frontend -typecheck %s -I %t

0 commit comments

Comments
 (0)