blob: 3fa76836d6147694a65302c5b3e3113ab81f0cc7 [file] [log] [blame]
Argyrios Kyrtzidis26d43cd2011-09-12 18:09:38 +00001// RUN: c-index-test -write-pch %t.h.pch %s.h
2// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_REMAP_AFTER_TRIAL=1 c-index-test -test-load-source-reparse 3 local \
Stephen Hines651f13c2014-04-23 16:59:28 -07003// RUN: "-remap-file=%s,%s.remap" %s -include %t.h -D CMD_MACRO=1 2>&1 | FileCheck %s
Argyrios Kyrtzidis26d43cd2011-09-12 18:09:38 +00004
5// CHECK-NOT: error:
6
7int foo() {
8 return x;
9}