diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-04-11 22:25:18 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-04-11 22:25:18 +0000 |
commit | 21b7323cd02867f2927f78011dbbe31206161da9 (patch) | |
tree | c66509946c2277e7a8c28fd58e35274969281f1a | |
parent | 73e6fa00ff7aa3be32b1cfc8790761a4db716bb0 (diff) |
Unbreak test on windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100999 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/load-exprs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/load-exprs.c b/test/Index/load-exprs.c index 71e9f57d48..248bc6ebf5 100644 --- a/test/Index/load-exprs.c +++ b/test/Index/load-exprs.c @@ -52,4 +52,4 @@ int test_blocks(int x) { // CHECK: load-exprs.c:16:10: DeclRefExpr=z:13:17 Extent=[16:10 - 16:11] // CHECK: load-exprs.c:17:10: DeclRefExpr= Extent=[17:10 - 17:11] // CHECK: load-exprs.c:20:10: DeclRefExpr=y:11:15 Extent=[20:10 - 20:11] -// CHECK: load-exprs.c:11:3: macro instantiation=__block:13:9 Extent=[11:3 - 11:10] + |