Douglas Gregor | f4e76b8 | 2013-05-20 13:49:41 +0000 | [diff] [blame^] | 1 | @import incomplete_mod; |
2 | |||||
3 | // RUN: rm -rf %t | ||||
4 | // RUN: %clang_cc1 -fmodules-cache-path=%t -Wincomplete-module -fmodules -I %S/Inputs %s 2>&1 | FileCheck %s | ||||
5 | // CHECK: {{warning: header '.*incomplete_mod_missing.h' is included in module 'incomplete_mod' but not listed in module map}} |