Daniel Jasper | 3cd34c7 | 2013-12-06 09:25:54 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
Richard Smith | 47972af | 2015-06-16 00:08:24 +0000 | [diff] [blame] | 2 | // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -fmodules-decluse -I %S/Inputs/string_names %s -fmodule-name="my/module-a" -verify |
Daniel Jasper | 3cd34c7 | 2013-12-06 09:25:54 +0000 | [diff] [blame] | 3 | |
4 | #include "a.h" | ||||
5 | #include "b.h" // expected-error {{does not depend on a module exporting}} | ||||
6 | #include "c.h" |