Skip to content

Commit cfb9f17

Browse files
chfastaxic
andauthored
Update test/utils/asserts.hpp
Co-authored-by: Alex Beregszaszi <[email protected]>
1 parent 64d006a commit cfb9f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/asserts.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ MATCHER_P(Result, value, "") // NOLINT(readability-redundant-string-init)
5353

5454
namespace fizzy
5555
{
56-
/// Equal operator for Instr and bytes. Convenient for unit tests.
56+
/// Equal operator for Instr and uint8_t. Convenient for unit tests.
5757
inline constexpr bool operator==(uint8_t a, Instr b) noexcept
5858
{
5959
return a == static_cast<uint8_t>(b);

0 commit comments

Comments
 (0)