[clang-tools-extra] r203369 - clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Flush module cache to let robust around r203317.

NAKAMURA Takumi geek4civic at gmail.com
Sat Mar 8 20:10:17 PST 2014


Author: chapuni
Date: Sat Mar  8 22:10:17 2014
New Revision: 203369

URL: http://llvm.org/viewvc/llvm-project?rev=203369&view=rev
Log:
clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Flush module cache to let robust around r203317.

Modified:
    clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp

Modified: clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp?rev=203369&r1=203368&r2=203369&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp (original)
+++ clang-tools-extra/trunk/test/pp-trace/pp-trace-modules.cpp Sat Mar  8 22:10:17 2014
@@ -1,3 +1,4 @@
+// RUN: rm -rf %t
 // RUN: pp-trace -ignore FileChanged,MacroDefined %s -x objective-c++ -undef -target x86_64 -std=c++11 -fmodules -fcxx-modules -fmodules-cache-path=%t -I%S -I%S/Input | FileCheck --strict-whitespace %s
 
 // CHECK: ---





More information about the cfe-commits mailing list