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

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 27 06:08:49 PDT 2017


Author: chapuni
Date: Thu Apr 27 08:08:48 2017
New Revision: 301539

URL: http://llvm.org/viewvc/llvm-project?rev=301539&view=rev
Log:
clang/test/Modules/malformed-overload.m: Make sure module cache is clean.

Modified:
    cfe/trunk/test/Modules/malformed-overload.m

Modified: cfe/trunk/test/Modules/malformed-overload.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/malformed-overload.m?rev=301539&r1=301538&r2=301539&view=diff
==============================================================================
--- cfe/trunk/test/Modules/malformed-overload.m (original)
+++ cfe/trunk/test/Modules/malformed-overload.m Thu Apr 27 08:08:48 2017
@@ -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"




More information about the cfe-commits mailing list