1 | // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s 2>&1 \ |
---|---|
2 | // RUN: | FileCheck %s --implicit-check-not "error:" |
3 | #ifndef FOO_H |
4 | #define FOO_H |
5 | |
6 | void foo(); |
7 | |
8 | #endif |
9 |
1 | // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s 2>&1 \ |
---|---|
2 | // RUN: | FileCheck %s --implicit-check-not "error:" |
3 | #ifndef FOO_H |
4 | #define FOO_H |
5 | |
6 | void foo(); |
7 | |
8 | #endif |
9 |