Skip to content

Commit aa93af2

Browse files
committed
[Test] Do not load string processing when recovery is disabled
This test specifically disables serialization recovery, but that can cause issues when loading the experimental string processing library. We don't use it in the test, so just disable it for now.
1 parent aefec8d commit aa93af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Index/skip-loaded-internal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %target-swift-frontend -emit-module -emit-module-source-info -module-name lib2 -o %t/Frameworks/lib2.framework/Modules/lib2.swiftmodule/%module-target-triple.swiftmodule %t/lib2.swift
77
// RUN: %target-swift-frontend -emit-module -emit-module-source-info -module-name lib -o %t/Frameworks/lib.framework/Modules/lib.swiftmodule/%module-target-triple.swiftmodule %t/lib.swift -Fsystem %t/Frameworks
88

9-
// RUN: %target-swift-frontend -typecheck -index-system-modules -index-ignore-stdlib -index-store-path %t/idx -Fsystem %t/Frameworks %t/main.swift -disable-deserialization-recovery
9+
// RUN: %target-swift-frontend -typecheck -index-system-modules -index-ignore-stdlib -index-store-path %t/idx -Fsystem %t/Frameworks %t/main.swift -disable-deserialization-recovery -disable-experimental-string-processing
1010

1111
//--- main.swift
1212
import lib

0 commit comments

Comments
 (0)