summaryrefslogtreecommitdiffstats
path: root/test/Index/index-pch-with-module.m
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-05-18 05:35:52 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-05-18 05:35:52 +0000
commitf804390611e593da49cbaebfafbed7963d3c5630 (patch)
tree52f47f16bdae974ecdb1ab7f83b6ee664d08802f /test/Index/index-pch-with-module.m
parentcd432f5ea2409fdc14fd66562823a2961c65c898 (diff)
[modules] Move implicit creation of ImportDecls for #includes transformed into module imports from the frontend into Sema where it belongs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237555 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/index-pch-with-module.m')
-rw-r--r--test/Index/index-pch-with-module.m2
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 ef0392ee96..53bac1e446 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