Skip to content

Commit

Permalink
Update test/utils/asserts.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Beregszaszi <[email protected]>
  • Loading branch information
chfast and axic authored Oct 22, 2020
1 parent 64d006a commit cfb9f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/asserts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ MATCHER_P(Result, value, "") // NOLINT(readability-redundant-string-init)

namespace fizzy
{
/// Equal operator for Instr and bytes. Convenient for unit tests.
/// Equal operator for Instr and uint8_t. Convenient for unit tests.
inline constexpr bool operator==(uint8_t a, Instr b) noexcept
{
return a == static_cast<uint8_t>(b);
Expand Down

0 comments on commit cfb9f17

Please sign in to comment.