Skip to content

Commit 799641c

Browse files
committed
The expectedOutput for the ReplacementDispatchNode test.
1 parent 2d94c8a commit 799641c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77254,6 +77254,10 @@ Error in substitute(1, NA) : invalid environment specified
7725477254
#substitute(1, list(list(1)))
7725577255
[1] 1
7725677256

77257+
##com.oracle.truffle.r.test.builtins.TestBuiltin_substitute.testSubstitute#
77258+
#substitute(`:=`(a=3,b=3))
77259+
`:=`(a = 3, b = 3)
77260+
7725777261
##com.oracle.truffle.r.test.builtins.TestBuiltin_substitute.testSubstitute#
7725877262
#substitute(expr=1, env=1)
7725977263
Error in substitute(expr = 1, env = 1) : invalid environment specified

0 commit comments

Comments
 (0)