aboutsummaryrefslogblamecommitdiff
path: root/test/Modules/inferred-framework-case.m
blob: e511155de9efc494c8edbc4bc3315165bafce7d1 (plain) (tree)
1
2
3
4
5
6
7






                                                                                
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify -DA
// FIXME: PR20299 - getCanonicalName() is not implemented on Windows.
// REQUIRES: shell

@import MOdule; // expected-error{{module 'MOdule' not found}}
@import Module;