Update tests for removal of ChaiScript_Parser from stdlib
This commit is contained in:
parent
7ab6bce7fa
commit
06b2893bfb
@ -1,6 +1,4 @@
|
||||
auto& parser = ChaiScript_Parser()
|
||||
auto parse_success = parser.parse("3 + 4", "INPUT")
|
||||
auto& a = parser.ast()
|
||||
auto a = parse("3 + 4")
|
||||
|
||||
assert_equal(eval(a), 7)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user