brintos

brintos / llvm-project-archived public Read only

0
0
Text · 309 B · d3513f5 Raw
10 lines · c
1// RUN: c-index-test -write-pch %t.h.pch %s.h2// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_REMAP_AFTER_TRIAL=1 c-index-test -test-load-source-reparse 3 local \ 3// RUN:           "-remap-file=%s,%s.remap" %s -include %t.h -D CMD_MACRO=1 2>&1 | FileCheck %s4 5// CHECK-NOT: error:6 7int foo(void) {8  return x;9}10