Skip to content

Commit c1e33b9

Browse files
update reference to other.Rraw tests
1 parent 9bafc08 commit c1e33b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

inst/tests/mergelist.Rraw

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## NB: extensive SQLite reference tests are in other.Rraw
2+
13
require(methods)
24

35
if (exists("test.data.table", .GlobalEnv, inherits=FALSE)) {
@@ -1312,7 +1314,3 @@ local({
13121314
test(301.01, data.table(x=unique(dt$x)), ans) ## OK
13131315
test(301.02, fdistinct(dt, on="x"), ans) ## force sort=TRUE for the moment
13141316
})
1315-
1316-
## SQLite reference tests can be launched via
1317-
1318-
### Rscript -e inst/tests/sqlite.Rraw.manual

0 commit comments

Comments
 (0)