Skip to content

Commit 7823be7

Browse files
committed
xyz
1 parent fcd1cab commit 7823be7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21087,4 +21087,4 @@ capture_error_message <- function(expr) {
2108721087
)
2108821088
msg
2108921089
}
21090-
test(2307, {msg <- capture_error_message(uniq_diff(as.integer(c(1, 2, -1, 4)), 4, FALSE))print(msg)return(grepl("\\[-1\\]", msg))}, TRUE)
21090+
test(2308, {msg <- capture_error_message(uniq_diff(as.integer(c(1, 2, -1, 4)), 4, FALSE))print(msg)return(grepl("\\[-1\\]", msg))}, TRUE)

src/fmelt.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "data.table.h"
22
#include <Rdefines.h>
3-
4-
53
// #include <signal.h> // the debugging machinery + breakpoint aidee
64
// raise(SIGINT);
75

0 commit comments

Comments
 (0)