failing test for generic extension function

This commit is contained in:
Dmitry Jemerov
2011-06-30 15:09:06 +02:00
parent 48f23a0ca1
commit b847fd1d09
2 changed files with 25 additions and 0 deletions
@@ -23,4 +23,8 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
Method foo = generateFunction("foo");
assertThrows(foo, Exception.class, null, new StringBuilder());
}
public void _testGeneric() throws Exception {
blackBoxFile("extensionFunctions/generic.jet");
}
}