Skip to content

Commit a74b1d9

Browse files
committed
BigInteger issue on IntegerConverter
1 parent d186a80 commit a74b1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kernel/testIntegerConverter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ SCENARIO( "IntegerConverter< 1, int64 >", "[integer_conversions]" )
9595
#ifdef WITH_BIGINTEGER
9696
DGtal::BigInteger medium_bigint = 0x123456789ABCDEFL;
9797
#endif
98-
WHEN( "Converting 64bits integers" ) {
98+
WHEN( "Converting 64bits integers" ) {
9999
DGtal::int64_t a = Converter::cast( medium_int32 );
100100
DGtal::int64_t b = Converter::cast( medium_int64 );
101101
#ifdef WITH_BIGINTEGER

0 commit comments

Comments
 (0)