mirror of https://github.com/microsoft/clang.git
clang/test/Modules/malformed-overload.m: Make sure module cache is clean.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301539 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef06b8a5db
commit
60162ecf3d
|
@ -1,3 +1,4 @@
|
|||
// RUN: rm -rf %t
|
||||
// RUN: %clang_cc1 -fsyntax-only -I%S/Inputs/malformed-overload -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -verify %s
|
||||
NSLog(@"%@", path); // expected-error {{expected parameter declarator}} expected-error {{expected ')'}} expected-warning {{type specifier missing}} expected-warning {{incompatible redeclaration}} expected-note {{to match this '('}} expected-note {{'NSLog' is a builtin with type}}
|
||||
#import "X.h"
|
||||
|
|
Loading…
Reference in New Issue