Skip to content

Commit

Permalink
Update strong_type_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Nov 10, 2023
1 parent 51c9de8 commit 4b64d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/test/misc/strong_type_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace {

TACTILE_STRONG_TYPE(StrongInt, int);
TACTILE_STRONG_TYPE(StrongStr, tactile::String);
TACTILE_STRONG_TYPE(StrongStr, tactile::StringView);

} // namespace

Expand Down

0 comments on commit 4b64d94

Please sign in to comment.