aboutsummaryrefslogblamecommitdiff
path: root/test/Modules/inferred-frameworks.m
blob: 372e4f2a9250c1ad45f641127e44d2522a7ba275 (plain) (tree)
1
2
3
4
5
6
7
8
                 
                                                                                                         


                                  
                                                                      

 
// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c -Wauto-import -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify

#include <NotAModule/NotAModule.h>

@import NotAModule; // expected-error{{module 'NotAModule' not found}}