tweak of the test

This commit is contained in:
Alex Tkachman
2011-11-03 13:01:29 +01:00
parent 6fcf0729f3
commit b4929b7091
@@ -366,7 +366,7 @@ public class NamespaceGenTest extends CodegenTestCase {
}
public void testArrayAugAssignLong() throws Exception {
loadText("fun foo(c: LongArray) { c[0] *= 2 }");
loadText("fun foo(c: LongArray) { c[0] *= 2.lng }");
System.out.println(generateToText());
final Method main = generateFunction();
long[] data = new long[] { 5 };