mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
d3b8ce7ae2
Also remove uses of -emit-parseable-module-interface from tests
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'
|