mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-12 03:00:30 +00:00
Ensure the test name is ASCII
Gradle really doesn't like unicode apparently
This commit is contained in:
parent
a81db2cda6
commit
af8d4da594
@ -416,6 +416,6 @@ public class ComputerTestDelegate
|
||||
|
||||
private static String formatName( String name )
|
||||
{
|
||||
return name.replace( "\0", " \u2192 " );
|
||||
return name.replace( "\0", " -> " );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user