You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
291 B
8 lines
291 B
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -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;
|