Skip to content

Commit 4b9262e

Browse files
committed
Remove import search path for load-invalid-arch framework test
1 parent f850c53 commit 4b9262e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Serialization/load-invalid-arch.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: mkdir -p %t/new_module.framework/Modules/new_module.swiftmodule/
1212
// RUN: touch %t/new_module.framework/Modules/new_module.swiftmodule/powerpc64.swiftmodule
1313
// RUN: touch %t/new_module.framework/Modules/new_module.swiftmodule/arm64.swiftmodule
14-
// RUN: %target-swift-frontend %s -F %t -typecheck -I %t -verify -show-diagnostics-after-fatal
14+
// RUN: %target-swift-frontend %s -F %t -typecheck -verify -show-diagnostics-after-fatal
1515

1616
import new_module // expected-error {{no such module 'new_module'}} expected-error {{could not find module 'new_module' for architecture 'x86_64' found: powerpc64, arm64}}
1717

0 commit comments

Comments
 (0)