retain-comments-from-system-headers.c: Flush module cache, or incremental test would fail since r203317.

llvm-svn: 203367
This commit is contained in:
NAKAMURA Takumi 2014-03-09 03:56:18 +00:00
parent 5d461ede5b
commit 9cd3ce20cc
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
*/
int user_function(int a);
// RUN: rm -rf %t/cache
// RUN: c-index-test -test-load-source all %s -I %S/Inputs | FileCheck %s
// RUN: c-index-test -test-load-source all %s -fretain-comments-from-system-headers -I %S/Inputs | FileCheck %s -check-prefix=CHECK-RETAIN