Skip to content

Commit

Permalink
tests: update pixel data types to catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Nov 5, 2024
1 parent ebb7b9e commit 1281ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pixel_data_types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

#include "pixelimage.h"
#include "catch.hpp"
#include "catch2/catch_test_macros.hpp"

TEST_CASE( "uint32_t" )
{
Expand Down

0 comments on commit 1281ec6

Please sign in to comment.