couple of fixes to allow generation of generic extension functions

This commit is contained in:
Dmitry Jemerov
2011-06-30 15:49:29 +02:00
parent 7f69d9a3d0
commit f7a04097bb
4 changed files with 12 additions and 3 deletions
@@ -24,7 +24,7 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
assertThrows(foo, Exception.class, null, new StringBuilder());
}
public void _testGeneric() throws Exception {
public void testGeneric() throws Exception {
blackBoxFile("extensionFunctions/generic.jet");
}
}