Skip to content

Commit 64466cd

Browse files
Sajjonahoppen
andauthored
Update error_swift_module.swift
Co-authored-by: Alex Hoppen <[email protected]>
1 parent c822965 commit 64466cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SourceKit/InterfaceGen/error_swift_module.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ import NonExistent
5151
// DIRECT-NONEXISTENT: Could not load module: NonExistent
5252

5353
// 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
5656

5757
// RUN: not %sourcekitd-test -req=interface-gen -module LibraryNonExistent -- -I %t -target %target-triple %s 2>&1 | %FileCheck --check-prefix TRANSITIVE-NONEXISTENT %s
5858
// TRANSITIVE-NONEXISTENT: Could not load module: LibraryNonExistent (missing required module 'NonExistent')

0 commit comments

Comments
 (0)