Skip to content

Commit 39e7bbb

Browse files
committed
add back test
1 parent 92b1c21 commit 39e7bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ nanotesterr(start(fakelist), "valid Listener")
467467
nanotesterr(close(fakelist), "valid Listener")
468468
unres <- `class<-`(NA, "unresolvedValue")
469469
nanotest(unresolved(unres))
470+
nanotestp(unres)
470471
unres <- `class<-`("", "unresolvedValue")
471472
nanotest(!unresolved(unres))
472473
nanotest(identical(call_aio("a"), "a"))

0 commit comments

Comments
 (0)