blob: 0e058a309017a018a7fceb52a9169548e81354a0 [file] [log] [blame]
Alex Lorenzd4754662017-05-17 11:08:36 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -verify -x objective-c -fmodule-name=objcAtKeywordMissingEnd -emit-module %S/Inputs/module.map
3// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c -fmodule-name=Empty -emit-module %S/Inputs/module.map
4// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -verify -I %S/Inputs %s
5
6@interface X // expected-note {{class started here}}
7#pragma clang module import Empty // expected-error {{missing '@end'}}