Skip to content

Commit c7fbaba

Browse files
committed
[clang] fix typo in CHECK line
1 parent feaa5aa commit c7fbaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCXX/mangle-template.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ namespace unresolved_template_specialization_type {
414414
AbslHashValue() {}
415415
};
416416
template enable_if<true> raw_hash_set<int>::AbslHashValue<HashStateBase>();
417-
// CHECH: @_ZN39unresolved_template_specialization_type12raw_hash_setIiE13AbslHashValueINS_13HashStateBaseEEENS_9enable_ifIXsrNT_11is_hashableIiEE5valueEEEv
417+
// CHECK: @_ZN39unresolved_template_specialization_type12raw_hash_setIiE13AbslHashValueINS_13HashStateBaseEEENS_9enable_ifIXsrNT_11is_hashableIiEE5valueEEEv
418418
} // namespace unresolved_template_specialization_type
419419

420420
namespace GH133610 {

0 commit comments

Comments
 (0)