forked from OSchip/llvm-project
This test should now work on windows, since we're no longer using temporary files badly
llvm-svn: 116261
This commit is contained in:
parent
bd82998e35
commit
21d0e5a06c
|
@ -1,6 +1,5 @@
|
|||
// RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s 2> %t.err | FileCheck %s
|
||||
// RUN: FileCheck -check-prefix=CHECK-DIAGS %s < %t.err
|
||||
// XFAIL: win32
|
||||
|
||||
// CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (}
|
||||
void f() { }
|
||||
|
|
Loading…
Reference in New Issue