Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RT #124144 - make jvm give the same output as moar
  • Loading branch information
coke committed Apr 28, 2015
1 parent 5e9f7b8 commit 0fbba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java
Expand Up @@ -6194,7 +6194,7 @@ public static String getuniname(long codePoint, ThreadContext tc) {
name = "<unassigned>";
}
} catch (IllegalArgumentException iae) {
name = "<illegal>";
name = "<unassigned>";
}
return name;
}
Expand Down

0 comments on commit 0fbba5f

Please sign in to comment.