Improved method mapping for String.compareTo(String)

This commit is contained in:
Sam Harwell 2013-02-16 17:10:59 -06:00
parent 9c3ec592b6
commit 8ddfed3dd5
2 changed files with 2 additions and 2 deletions

View File

@ -569,7 +569,7 @@ namespace Antlr4.Runtime.Atn
} }
else else
{ {
return Sharpen.Runtime.CompareOrdinal(o1.GetSemanticContext().ToString(), o2.GetSemanticContext return string.CompareOrdinal(o1.GetSemanticContext().ToString(), o2.GetSemanticContext
().ToString()); ().ToString());
} }
} }

@ -1 +1 @@
Subproject commit 60b41b32982f35792e379f71364e61a0db4db658 Subproject commit 0d551e4e690a3665ef0d0455cc71de0ad08ef7e7