Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions test/datatype/integer_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ TYPED_TEST(Integer, Exceptions) {
TEMPLATE_TEST_CASE("general integer properties",
"[datatype][numeric][integer]",
unsigned char,
char,
signed char,
short,
unsigned short,
int,
Expand Down Expand Up @@ -138,7 +138,7 @@ TEMPLATE_TEST_CASE("general integer properties",
TEMPLATE_TEST_CASE("general integer properties with cref",
"[datatype][numeric][integer]",
unsigned char,
char,
signed char,
short,
unsigned short,
int,
Expand Down Expand Up @@ -184,7 +184,7 @@ TEMPLATE_TEST_CASE("general integer properties with cref",

TEMPLATE_TEST_CASE("signed integer properties",
"[datatype][numeric][integer]",
char,
signed char,
short,
int,
long,
Expand All @@ -205,7 +205,7 @@ TEMPLATE_TEST_CASE("signed integer properties",

TEMPLATE_TEST_CASE("signed integer properties with cref",
"[datatype][numeric][integer]",
char,
signed char,
short,
int,
long,
Expand Down
Loading