Skip to content

Commit 45c827f

Browse files
committed
[Test] Simplify index store test
The number of dependencies isn't super important for this test - it is just checking paths are correctly remapped. Remove the check for the number of dependencies.
1 parent f01ccbf commit 45c827f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Index/Store/unit-pcm-dependency-remapped.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func test() {
7777
// FILE1-NOT: Unit |{{.*}}ClangModuleA
7878
// FILE1: Record | user | {{.*}}unit-pcm-dependency-remapped.swift | unit-pcm-dependency-remapped.swift-
7979
// FILE1-NOT: Unit |{{.*}}ClangModuleA
80-
// FILE1: DEPEND END (4)
80+
// FILE1: DEPEND END
8181

8282
// FILE2-NOT: main.swiftmodule-
8383

0 commit comments

Comments
 (0)