[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:
committed by
Space
parent
42f60d981f
commit
21cef41ba5
-3
@@ -1,3 +0,0 @@
|
||||
package org.sample
|
||||
|
||||
val bar = 1
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package org.sample.one
|
||||
|
||||
val baz = 1
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package org.sample.two
|
||||
|
||||
actual val qux = 1
|
||||
Vendored
-5
@@ -1,5 +0,0 @@
|
||||
actual val foo = 1
|
||||
|
||||
val jsSpecificProperty = 42
|
||||
val jsAndJvmSpecificProperty = 42 * 2
|
||||
val jsAndNativeSpecificProperty = 42 * 3
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package org.sample
|
||||
|
||||
val bar = 1
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package org.sample.two
|
||||
|
||||
actual val qux = 1
|
||||
Vendored
-5
@@ -1,5 +0,0 @@
|
||||
actual val foo = 1
|
||||
|
||||
val jvmSpecificProperty = 42
|
||||
val jsAndJvmSpecificProperty = 42 * 2
|
||||
val jvmAndNativeSpecificProperty = 42 * 4
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package org.sample.one
|
||||
|
||||
val baz = 1
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package org.sample.two
|
||||
|
||||
actual val qux = 1
|
||||
native/commonizer/testData/generalCommonization/mismatchedPackages/commonized/native/package_root.kt
Vendored
-5
@@ -1,5 +0,0 @@
|
||||
actual val foo = 1
|
||||
|
||||
val nativeSpecificProperty = 42
|
||||
val jsAndNativeSpecificProperty = 42 * 3
|
||||
val jvmAndNativeSpecificProperty = 42 * 4
|
||||
Reference in New Issue
Block a user