Skip to content

Commit b78f6bb

Browse files
committed
[GR-19839] Fix primitive.
PullRequest: truffleruby/1196
2 parents 6ec3567 + a08cafb commit b78f6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench/metrics/mandelbrot.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
# http://benchmarksgame.alioth.debian.org/u64q/program.php?test=mandelbrot&lang=yarv&id=3
4141

4242
def mandelbrot(size)
43-
Truffle::Graal.assert_not_compiled
44-
43+
TrufflePrimitive.assert_not_compiled
44+
4545
sum = 0
4646

4747
byte_acc = 0

0 commit comments

Comments
 (0)