Updated test data and stdlib code which dependent on Tuple0/Unit

aliasing.
This commit is contained in:
Evgeny Gerashchenko
2013-03-19 21:49:42 +04:00
parent 8a021abaa5
commit 66e7a0110c
12 changed files with 20 additions and 24 deletions
@@ -986,9 +986,9 @@ public class LoadCompiledKotlinTestGenerated extends AbstractLoadCompiledKotlinT
doTestWithAccessors("compiler/testData/loadKotlin/type/StringQ.kt");
}
@TestMetadata("Tuple0.kt")
public void testTuple0() throws Exception {
doTestWithAccessors("compiler/testData/loadKotlin/type/Tuple0.kt");
@TestMetadata("Unit.kt")
public void testUnit() throws Exception {
doTestWithAccessors("compiler/testData/loadKotlin/type/Unit.kt");
}
}
@@ -988,9 +988,9 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
doTestCheckingPrimaryConstructorsAndAccessors("compiler/testData/loadKotlin/type/StringQ.kt");
}
@TestMetadata("Tuple0.kt")
public void testTuple0() throws Exception {
doTestCheckingPrimaryConstructorsAndAccessors("compiler/testData/loadKotlin/type/Tuple0.kt");
@TestMetadata("Unit.kt")
public void testUnit() throws Exception {
doTestCheckingPrimaryConstructorsAndAccessors("compiler/testData/loadKotlin/type/Unit.kt");
}
}