forked from OSchip/llvm-project
clang/test/Index/preamble-reparse-warn-*.c: Stabilize on win32.
llvm-svn: 203446
This commit is contained in:
parent
5e9c821420
commit
2b85e546f2
|
@ -1,11 +1,10 @@
|
|||
// RUN: mkdir -p %t
|
||||
// RUN: touch %t/header.h
|
||||
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2> %t.err.txt > %t.out.txt
|
||||
// RUN: cat %t.err.txt >> %t.out.txt
|
||||
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2>&1 > %t.out.txt | FileCheck -check-prefix=STDERR %s
|
||||
// RUN: FileCheck -input-file=%t.out.txt %s
|
||||
// CHECK: preamble-reparse-warn-end-of-file.c:[[@LINE+6]]:6: FunctionDecl=test:[[@LINE+6]]:6
|
||||
// CHECK: preamble-reparse-warn-end-of-file.c:[[@LINE+5]]:14: error: expected '}'
|
||||
// CHECK: preamble-reparse-warn-end-of-file.c:[[@LINE+4]]:14: error: expected '}'
|
||||
// STDERR: preamble-reparse-warn-end-of-file.c:[[@LINE+5]]:14: error: expected '}'
|
||||
// STDERR: preamble-reparse-warn-end-of-file.c:[[@LINE+4]]:14: error: expected '}'
|
||||
|
||||
#include "header.h"
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
// RUN: mkdir -p %t
|
||||
// RUN: touch %t/header.h
|
||||
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2> %t.err.txt > %t.out.txt
|
||||
// RUN: cat %t.err.txt >> %t.out.txt
|
||||
// RUN: FileCheck -input-file=%t.out.txt %s
|
||||
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2>&1 > %t.out.txt | FileCheck %s
|
||||
// CHECK: preamble-reparse-warn-macro.c:[[@LINE+8]]:9: warning: 'MAC' macro redefined
|
||||
// CHECK-NEXT: Number FIX-ITs = 0
|
||||
// CHECK-NEXT: preamble-reparse-warn-macro.c:[[@LINE+2]]:9: note: previous definition is here
|
||||
|
|
Loading…
Reference in New Issue