Skip to content

Commit 55bf409

Browse files
fix non-ascii
1 parent 96a1ec1 commit 55bf409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/__tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ public:
575575
// libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
576576
//
577577
/*
578-
libcxx/test-suite-install/include/c++/v1/__tree:114:33: error: ‘‘result_decl not supported by dump_expr<expression
579-
error> is not a constant expression
578+
libcxx/test-suite-install/include/c++/v1/__tree:114:33: error: result_decl not supported by dump_expr<expression
579+
error> is not a constant expression
580580
581581
# | 114 | return __x == __x->__parent_->__left_;
582582

0 commit comments

Comments
 (0)