Skip to content

Commit 73deea2

Browse files
committed
add codecov test
1 parent ec65db7 commit 73deea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7359,6 +7359,7 @@ test(1514.6, isRealReallyInt32(x), FALSE)
73597359
x = numeric()
73607360
test(1514.7, isRealReallyInt32(x), TRUE)
73617361
test(1514.8, isRealReallyInt32(9L), FALSE) # b/c not double input
7362+
test(1514.9, isRealReallyInt64(9L), FALSE)
73627363

73637364
# #1091
73647365
options(datatable.prettyprint.char = 5L)

0 commit comments

Comments
 (0)