We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1131195 commit 6ac3331Copy full SHA for 6ac3331
test/diagnostics/package-name-diagnostics.swift
@@ -3,7 +3,7 @@
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
4
// CHECK-BAD: package name "My-Logging%Pkg" is not a valid identifier
5
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
+// 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
7
// CHECK-STDLIB: package name "Swift" is reserved for the standard library
8
9
0 commit comments