Skip to content

Commit 3aed8da

Browse files
committed
Update test-serialization.R
1 parent ebcc056 commit 3aed8da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nCompiler/tests/testthat/serialization_tests/test-serialization.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ test_that("Basic serialization works (via nCompile(package=TRUE), with generic i
291291
test_that("Basic serialization works (via writePackage, with full interface, for single or multiple objects, in current or new session)",
292292
{
293293
nc1 <- nClass(
294-
classname = "nc1",
294+
# classname = "nc1",
295295
Rpublic = list(
296296
Rv = NULL,
297297
Rfoo = function(x) x+1
@@ -395,7 +395,7 @@ test_that("Basic serialization works (via writePackage, with full interface, for
395395
test_that("Basic serialization works (via nCompile(package=TRUE), with full interface, for single or multiple objects, in current or new session)",
396396
{
397397
nc1 <- nClass(
398-
classname = "nc1",
398+
# classname = "nc1",
399399
Rpublic = list(
400400
Rv = NULL,
401401
Rfoo = function(x) x+1

0 commit comments

Comments
 (0)