Files
clang-p2996/clang/test/Modules/inferred-frameworks.m
Douglas Gregor c50d4924eb Use @import rather than @__experimental_modules_import, since the
latter is rather a mess to type.

llvm-svn: 169919
2012-12-11 22:11:52 +00:00

9 lines
233 B
Objective-C

// RUN: rm -rf %t
// RUN: %clang_cc1 -x objective-c -Wauto-import -fmodule-cache-path %t -fmodules -F %S/Inputs %s -verify
#include <NotAModule/NotAModule.h>
@import NotAModule; // expected-error{{module 'NotAModule' not found}}