blob: e0f979ab9f9671741416dfc08ffd29b49f0a38a0 [file] [log] [blame]
// RUN: not %target-swift-frontend -typecheck %s -I %S/Inputs/custom-modules 2>&1 | %FileCheck %s
import Requires.Swift // OK
import Requires.NotSwift
// CHECK-NOT: error
// CHECK: error: no such module 'Requires.NotSwift'
// CHECK-NOT: error