summaryrefslogtreecommitdiffstats
path: root/test/Index/remap-load.c
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-01-30 16:23:25 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-01-30 16:23:25 +0000
commit7297c18c843138625a61e01a137664a176739683 (patch)
tree8f94137f1da1ac17682456ecf4e96592eea04fc3 /test/Index/remap-load.c
parent01aefc6d20fbfd50bfb83926226dee86dd31c9c5 (diff)
PCHReader doesn't implement classof so dyn_casting it will do really weird stuff. Use a static_cast instead.
I don't know if this hack is the right fix. Doug, please take a look. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/remap-load.c')
-rw-r--r--test/Index/remap-load.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/Index/remap-load.c b/test/Index/remap-load.c
index 1e9d729a40..637b1673f6 100644
--- a/test/Index/remap-load.c
+++ b/test/Index/remap-load.c
@@ -1,15 +1,11 @@
-// UN: c-index-test -test-load-source all -remap-file="%s;%S/Inputs/remap-load-to.c" %s | FileCheck -check-prefix=CHECK %s
-// UN: CINDEXTEST_USE_EXTERNAL_AST_GENERATION=1 c-index-test -test-load-source all -remap-file="%s;%S/Inputs/remap-load-to.c" %s | FileCheck -check-prefix=CHECK %s
-
-// disable this for now, it's failing sporadically.
-// RUN: false
-// XFAIL: *
+// RUN: c-index-test -test-load-source all -remap-file="%s;%S/Inputs/remap-load-to.c" %s | FileCheck -check-prefix=CHECK %s
+// RUN: CINDEXTEST_USE_EXTERNAL_AST_GENERATION=1 c-index-test -test-load-source all -remap-file="%s;%S/Inputs/remap-load-to.c" %s | FileCheck -check-prefix=CHECK %s
// CHECK: remap-load.c:1:5: FunctionDecl=foo:1:5 (Definition) [Extent=1:5:3:1]
// CHECK: remap-load.c:1:13: ParmDecl=parm1:1:13 (Definition) [Extent=1:9:1:17]
// CHECK: remap-load.c:1:26: ParmDecl=parm2:1:26 (Definition) [Extent=1:20:1:30]
-// CHECK: remap-load.c:1:5: UnexposedStmt=foo [Extent=1:33:3:1]
-// CHECK: remap-load.c:1:5: UnexposedStmt=foo [Extent=2:3:2:22]
+// CHECK: remap-load.c:1:5: UnexposedStmt= [Extent=1:33:3:1]
+// CHECK: remap-load.c:1:5: UnexposedStmt= [Extent=2:3:2:22]
// CHECK: remap-load.c:2:10: UnexposedExpr= [Extent=2:10:2:22]
// CHECK: remap-load.c:2:10: UnexposedExpr= [Extent=2:10:2:22]
// CHECK: remap-load.c:2:10: UnexposedExpr=parm1:1:13 [Extent=2:10:2:14]