Ben Langmuir | 6b7f734 | 2014-07-14 19:45:12 +0000 | [diff] [blame^] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify -DA | ||||
3 | |||||
4 | @import MOdule; // expected-error{{module 'MOdule' not found}} | ||||
5 | @import Module; |