removed some string methods from library.jet

This commit is contained in:
svtk
2012-01-20 19:31:04 +04:00
parent f541cce098
commit b3eb44e769
8 changed files with 39 additions and 35 deletions
@@ -26,10 +26,6 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
assertThrows(foo, Exception.class, null, new StringBuilder());
}
public void testGeneric() throws Exception {
blackBoxFile("extensionFunctions/generic.jet");
}
public void testVirtual() throws Exception {
blackBoxFile("extensionFunctions/virtual.jet");
}