Skip to content

Commit

Permalink
Merge branch 'r20_update' of https://github.com/LLNL/units into r20_u…
Browse files Browse the repository at this point in the history
…pdate
  • Loading branch information
phlptp committed Oct 17, 2023
2 parents 4b4f6a2 + 76fc084 commit 2e86472
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test_unit_strings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1107,9 +1107,8 @@ TEST(stringToUnit, handlingOfSquared)
unit_from_string("meter per square seconds per square root of hertz");
EXPECT_EQ(u5, precise::special::ASD);

auto u6 = unit_from_string(
"degree Fahrenheit hour square foot per British "
"thermal unit (international table) inch");
auto u6 = unit_from_string("degree Fahrenheit hour square foot per British "
"thermal unit (international table) inch");

EXPECT_EQ(
u6,
Expand Down

0 comments on commit 2e86472

Please sign in to comment.