mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
4 lines
192 B
Swift
4 lines
192 B
Swift
// RUN: env SWIFT_FORCE_MODULE_LOADING=garbage not %target-swift-frontend -typecheck %s 2>&1 | %FileCheck %s
|
|
|
|
// CHECK: error: unknown value for SWIFT_FORCE_MODULE_LOADING variable: 'garbage'
|