Skip to content

Commit 6ac3331

Browse files
authored
Update test/diagnostics/package-name-diagnostics.swift
1 parent 1131195 commit 6ac3331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/diagnostics/package-name-diagnostics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %target-swift-frontend -module-name Logging -package-name My-Logging%Pkg %s -emit-module -emit-module-path %t/Logging.swiftmodule | %FileCheck %s -check-prefix CHECK-BAD
44
// CHECK-BAD: package name "My-Logging%Pkg" is not a valid identifier
55

6-
// RUN: %target-swift-frontend -module-name Logging -package-name Swift %t/File.swift -emit-module -emit-module-path %t/Logging.swiftmodule | %FileCheck %s -check-prefix CHECK-STDLIB
6+
// RUN: %target-swift-frontend -module-name Logging -package-name Swift %s -emit-module -emit-module-path %t/Logging.swiftmodule | %FileCheck %s -check-prefix CHECK-STDLIB
77
// CHECK-STDLIB: package name "Swift" is reserved for the standard library
88

99

0 commit comments

Comments
 (0)