Skip to content

Commit 1131195

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

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
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22

3-
// RUN: %target-swift-frontend -module-name Logging -package-name My-Logging%Pkg %t/File.swift -emit-module -emit-module-path %t/Logging.swiftmodule | %FileCheck %s -check-prefix CHECK-BAD
3+
// 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

66
// 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

0 commit comments

Comments
 (0)