File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/SourceKit/InterfaceGen Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ import NonExistent
51
51
// DIRECT-NONEXISTENT: Could not load module: NonExistent
52
52
53
53
// RUN: %target-swift-frontend -emit-module %t/Inputs/Transitive.swift -module-name NonExistent -o %t
54
- // RUN: %target-swift-frontend -emit-module %t/Inputs/LibraryNonExistant .swift -module-name LibraryNonExistent -I %t -o %t
55
- // RUN: rm -rf %t/NonExistant .swiftmodule
54
+ // RUN: %target-swift-frontend -emit-module %t/Inputs/LibraryNonExistent .swift -module-name LibraryNonExistent -I %t -o %t
55
+ // RUN: rm -rf %t/NonExistent .swiftmodule
56
56
57
57
// RUN: not %sourcekitd-test -req=interface-gen -module LibraryNonExistent -- -I %t -target %target-triple %s 2>&1 | %FileCheck --check-prefix TRANSITIVE-NONEXISTENT %s
58
58
// TRANSITIVE-NONEXISTENT: Could not load module: LibraryNonExistent (missing required module 'NonExistent')
You can’t perform that action at this time.
0 commit comments