Skip to content

Commit

Permalink
[GR-19839] Fix primitive.
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/1196
  • Loading branch information
pitr-ch committed Dec 16, 2019
2 parents 6ec3567 + a08cafb commit b78f6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/metrics/mandelbrot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
# http://benchmarksgame.alioth.debian.org/u64q/program.php?test=mandelbrot&lang=yarv&id=3

def mandelbrot(size)
Truffle::Graal.assert_not_compiled
TrufflePrimitive.assert_not_compiled

sum = 0

byte_acc = 0
Expand Down

0 comments on commit b78f6bb

Please sign in to comment.