Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/truffle/compiler/pe/core/eval_pe.rb
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@

example "eval('[1, 2, 3]')[1]", 2

example "eval([1, 2, 3].inspect)[1]", 2
# TODO (nirvdrum 27-Jan-16): This started timing out after moving some things to ropes. It's probably a matter of caching that generally needs to be fixed.
tagged_example "eval([1, 2, 3].inspect)[1]", 2

counter_example "eval(rand.to_s)"

0 comments on commit 3cd7d33

Please sign in to comment.