Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump to Moar 2014.01 in readiness for release.
  • Loading branch information
jnthn committed Jan 23, 2014
1 parent 2727eaa commit be6a8f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions t/nqp/19-file-ops.t
Expand Up @@ -116,6 +116,9 @@ else {
if nqp::getcomp('nqp').backend.name eq 'parrot' {
ok(1, "ok $_ # Skipped: readlinefh is broken on parrot") for (36, 37, 38, 39, 40);
}
elsif nqp::getcomp('nqp').backend.name eq 'moar' {
ok(1, "ok $_ # Skipped: readlinefh won't match \\r on Moar") for (36, 37, 38, 39, 40);
}
else {
$fh := nqp::open('t/nqp/19-readline.txt', 'r');
ok(nqp::readlinefh($fh) eq "line1\r", 'reading a line till CR');
Expand Down
2 changes: 1 addition & 1 deletion tools/build/MOAR_REVISION
@@ -1 +1 @@
2013.10-421-gba1af90
2014.01

0 comments on commit be6a8f1

Please sign in to comment.