Files
swift-mirror/test/ClangImporter/remarks.swift
Saleem Abdulrasool 715fd4638b test: fix ClangImporter.remarks for Windows
`SwiftShims` pulls in `visualc` on Windows.  Adjust the test to be a bit
looser about the lines emitted.
2019-06-19 09:36:03 -07:00

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'