Skip to content
Snippets Groups Projects
Commit dded5f73 authored by Adam Welc's avatar Adam Welc
Browse files

Regenerated tests.

parent cb4c0b8e
Branches
No related tags found
No related merge requests found
......@@ -56641,6 +56641,10 @@ function() 42
attr(,"foo")
[1] "foo"
 
##com.oracle.truffle.r.test.library.base.TestSimpleAttributes.testOtherPropagation
#{ gen<-function(object) 0; setGeneric("gen"); x<-gen; attr(x, "valueClass")<-character(); isS4(x) }
[1] TRUE
##com.oracle.truffle.r.test.library.base.TestSimpleAttributes.testOtherPropagation
#{ x <- 1:2; attr(x, "hi") <- 2 ; x == x }
[1] TRUE TRUE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment