Skip to content

Commit

Permalink
Fix boost::ut::operator""_test on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Oct 29, 2024
1 parent de35325 commit 5bab020
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/unittest/ColorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

namespace {
boost::ut::suite _ = [] {
using boost::ut::expect;
using boost::ut::eq;
using boost::ut::operator""_test;
using namespace boost::ut; // NOLINT
"Color"_test = [] {
const auto a = 0x68da4f_rgb;
const auto b = jngl::Color(0x68, 0xda, 0x4f);
Expand Down

0 comments on commit 5bab020

Please sign in to comment.