test/langs/test_r.rb in hilbert-0.0.2700001 vs test/langs/test_r.rb in hilbert-0.0.2700100

- old
+ new

@@ -3,10 +3,10 @@ class TestR < TestInterpreterBase def setup end def assert_r_compl_eq(output, input) - assert_equal(output, Q.to_r.compile(input)) + assert_equal(output, Hilbert.to_r.compile(input)) end def test_function assert_r_compl_eq( "f <- function(x, y) x + y",