clang/test/Modules/malformed-overload.m: Make sure module cache is clean.

llvm-svn: 301539
This commit is contained in:
NAKAMURA Takumi 2017-04-27 13:08:48 +00:00
parent 973ff79e29
commit 742c5fce67

View File

@ -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"