aboutsummaryrefslogtreecommitdiff
path: root/test/Index/preamble-reparse-cmd-define.c
blob: 67ffde1a0cb843300d9e99c96e43fe1a7ecd1dc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
// RUN: c-index-test -write-pch %t.h.pch %s.h
// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_REMAP_AFTER_TRIAL=1 c-index-test -test-load-source-reparse 3 local \ 
// RUN:           "-remap-file=%s;%s.remap" %s -include %t.h -D CMD_MACRO=1 2>&1 | FileCheck %s

// CHECK-NOT: error:

int foo() {
  return x;
}