mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`SwiftShims` pulls in `visualc` on Windows. Adjust the test to be a bit looser about the lines emitted.
7 lines
252 B
Swift
7 lines
252 B
Swift
// RUN: %target-swift-frontend -typecheck %s -Xcc -Rmodule-import -I %S/Inputs/custom-modules 2>&1 | %FileCheck %s
|
|
|
|
import Requires.Swift
|
|
// CHECK-NOT: error
|
|
// CHECK: remark: importing module 'SwiftShims'
|
|
// CHECK: remark: importing module 'Requires'
|