Skip to content

Commit 344024f

Browse files
committed
improve signed integer properties tests on arm
1 parent e6e54f0 commit 344024f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/datatype/integer_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ TEMPLATE_TEST_CASE("general integer properties with cref",
184184

185185
TEMPLATE_TEST_CASE("signed integer properties",
186186
"[datatype][numeric][integer]",
187-
char,
187+
signed char,
188188
short,
189189
int,
190190
long,
@@ -205,7 +205,7 @@ TEMPLATE_TEST_CASE("signed integer properties",
205205

206206
TEMPLATE_TEST_CASE("signed integer properties with cref",
207207
"[datatype][numeric][integer]",
208-
char,
208+
signed char,
209209
short,
210210
int,
211211
long,

0 commit comments

Comments
 (0)