diff options
Diffstat (limited to 'test/Index/index-pch-with-module.m')
-rw-r--r-- | test/Index/index-pch-with-module.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/index-pch-with-module.m b/test/Index/index-pch-with-module.m index ef0392e..53bac1e 100644 --- a/test/Index/index-pch-with-module.m +++ b/test/Index/index-pch-with-module.m @@ -27,5 +27,5 @@ int glob; // CHECK-PCH: [enteredMainFile]: {{.*[/\\]}}index-pch-with-module.m // CHECK-PCH: [startedTranslationUnit] -// CHECK-PCH: [importedASTFile]: {{.*}}.cache{{[/\\]}}DependsOnModule.pcm | loc: 5:2 | name: "DependsOnModule" | isImplicit: 1 +// CHECK-PCH: [importedASTFile]: {{.*}}.cache{{[/\\]}}DependsOnModule.pcm | loc: 5:1 | name: "DependsOnModule" | isImplicit: 1 // CHECK-PCH: [indexDeclaration]: kind: variable | name: pch_glob | {{.*}} | loc: 6:12 |