Skip to content

Commit 43c8596

Browse files
committed
newer
1 parent e2559d7 commit 43c8596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evalbot.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ package Evalbot;
133133
cmd_line => './rakudo-jvm/bin/nqp %program',
134134
},
135135
'nqp-moarvm' => {
136-
chdir => "$home/MoarVM/nqp-cc",
137-
cmd_line => '../moarvm nqp.moarvm %program',
136+
chdir => "$home/nqp-moarvm/install/bin",
137+
cmd_line => './nqp %program',
138138
},
139139
'rakudo-jvm' => {
140140
chdir => $home,

0 commit comments

Comments
 (0)