Add dummy test data
Gradle IC with enabled FIR compilation adds some extra files to the compilation scope compared to the previous compiler(KT-55576). Adding dummy files to such tests with expanded compilation scope will prevent green Aggregate build if some changes in IC will lead to full module compilation as there were such precedents with JS IC because otherwise, all files in the module are present in the build log. #KT-54991 In Progress
This commit is contained in:
committed by
Space Team
parent
848e1001f8
commit
67f308dbdb
+1
@@ -0,0 +1 @@
|
||||
fun dumb() {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun dumb() {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun dumb() {}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
fun dumb() {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun dumb() {}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
fun dumb() {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun dumb() {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun dumb() {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun dumb() {}
|
||||
Reference in New Issue
Block a user