Skip to content

Commit f2f7e1e

Browse files
committed
change precommit test
1 parent 853dcee commit f2f7e1e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

clang-tools-extra/test/clang-doc/conversion_function.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ struct MyStruct {
1111
operator T();
1212
};
1313

14-
// Output incorrect conversion names.
15-
// CHECK-YAML: Name: 'operator type-parameter-0-0'
16-
// CHECK-YAML-NOT: Name: 'operator T'
14+
// Output correct conversion names.
15+
// CHECK-YAML: Name: 'operator T'
1716

18-
// CHECK-HTML-NOT: <h3 id='{{[0-9A-F]*}}'>operator T</h3>
19-
// CHECK-HTML-NOT: <p>public T operator T()</p>
17+
// CHECK-HTML: <h3 id='{{[0-9A-F]*}}'>operator T</h3>
18+
// CHECK-HTML: <p>public T operator T()</p>

0 commit comments

Comments
 (0)