mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -module-name DreadPirateRoberts
|
|
|
|
// RUN: %empty-directory(%t)
|
|
// RUN: echo 'import WrongName' | not %target-swift-frontend -typecheck -module-cache-path %t -I %S - 2>&1 | %FileCheck %s
|
|
|
|
// CHECK: :1:8: error: cannot load module 'DreadPirateRoberts' as 'WrongName'
|