forked from OSchip/llvm-project
retain-comments-from-system-headers.c: Flush module cache, or incremental test would fail since r203317.
llvm-svn: 203367
This commit is contained in:
parent
5d461ede5b
commit
9cd3ce20cc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue