Skip to content

Commit c7435ba

Browse files
ivandev0TeamCityServer
authored andcommitted
Replace all occurrences of WITH_RUNTIME with WITH_STDLIB
We are going to deprecate `WITH_RUNTIME` directive. The main reason behind this change is that `WITH_STDLIB` directive better describes its meaning, specifically it will add kotlin stdlib to test's classpath.
1 parent 960ba3f commit c7435ba

File tree

4,318 files changed

+4328
-4326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,318 files changed

+4328
-4326
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22

33
val p : UInt = <expr>42u</expr>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22
// DO_NOT_CHECK_SYMBOL_RESTORE
33

44
// class: kotlin/Int
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22

33
// class: kotlin/Function2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22

33
// callable: kotlin/collections/listOf
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22

33
// class: kotlin/io/FileWalkDirection

analysis/analysis-api/testData/symbols/symbolByReference/constructorViaTypeAlias.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22
// DO_NOT_CHECK_SYMBOL_RESTORE
33

44
fun x() {

analysis/low-level-api-fir/testdata/diagnosticTraversalCounter/lambda.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22

33
val x = run {
44
val inLambda = 10

compiler/fir/analysis-tests/testData/resolve/annotationUsedAsAnnotationArgument.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22

33
@Target(AnnotationTarget.EXPRESSION)
44
@Retention(AnnotationRetention.SOURCE)

compiler/fir/analysis-tests/testData/resolve/expresssions/annotations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22

33
@Retention(AnnotationRetention.SOURCE)
44
@Target(AnnotationTarget.EXPRESSION)

compiler/fir/analysis-tests/testData/resolve/extendedCheckers/ArrayEqualityCanBeReplacedWithEquals.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WITH_RUNTIME
1+
// WITH_STDLIB
22

33
fun foo(p: Int) {
44
val a = arrayOf(1, 2, 3)

0 commit comments

Comments
 (0)