Skip to content

Commit 42aa038

Browse files
committed
Fix compile error
1 parent e71009b commit 42aa038

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/SymbolGraph/Symbols/SkipsInheritedDocs.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
// RUN: %target-swift-symbolgraph-extract -module-name SkipsInheritedDocs -I %t -pretty-print -skip-inherited-docs -output-dir %t
44
// RUN: %FileCheck %s --input-file %t/SkipsInheritedDocs.symbols.json
55

6-
// CHECK-NOT: houldappear
6+
// CHECK-NOT: hould
77

88
public class Parent {
99
/// Parent foo docs
1010
func foo() { }
1111
}
1212

1313
public class ShouldAppear: Parent {
14-
/// Child foo docs
1514
func foo() { }
1615
}

0 commit comments

Comments
 (0)