[Commonizer] AbstractCommonizationFromSourcesTest remove assertions on commonized leaf/platform libraries

Those assertions are not necessary anymore, since the commonizer is not
expected to produce any new "actuals" per given expect.
The IDE is supposed to analyze leaf source sets against the original
platform libraries.
This commit is contained in:
sebastian.sellmair
2021-06-14 14:11:52 +02:00
committed by Space
parent 42f60d981f
commit 21cef41ba5
67 changed files with 93 additions and 3679 deletions
@@ -1,3 +0,0 @@
package org.sample
val bar = 1
@@ -1,3 +0,0 @@
package org.sample.one
val baz = 1
@@ -1,3 +0,0 @@
package org.sample.two
actual val qux = 1
@@ -1,5 +0,0 @@
actual val foo = 1
val jsSpecificProperty = 42
val jsAndJvmSpecificProperty = 42 * 2
val jsAndNativeSpecificProperty = 42 * 3
@@ -1,3 +0,0 @@
package org.sample
val bar = 1
@@ -1,3 +0,0 @@
package org.sample.two
actual val qux = 1
@@ -1,5 +0,0 @@
actual val foo = 1
val jvmSpecificProperty = 42
val jsAndJvmSpecificProperty = 42 * 2
val jvmAndNativeSpecificProperty = 42 * 4
@@ -1,3 +0,0 @@
package org.sample.one
val baz = 1
@@ -1,3 +0,0 @@
package org.sample.two
actual val qux = 1
@@ -1,5 +0,0 @@
actual val foo = 1
val nativeSpecificProperty = 42
val jsAndNativeSpecificProperty = 42 * 3
val jvmAndNativeSpecificProperty = 42 * 4