Minor, tests: rename test directive in debugger tests
This commit is contained in:
@@ -9,4 +9,4 @@ fun main(args: Array<String>) {
|
||||
val b = 1
|
||||
}
|
||||
|
||||
// REPEAT: 3
|
||||
// STEP_INTO: 3
|
||||
|
||||
@@ -13,4 +13,4 @@ class A {
|
||||
}
|
||||
|
||||
// SKIP_CONSTRUCTORS: false
|
||||
// REPEAT: 2
|
||||
// STEP_INTO: 2
|
||||
|
||||
@@ -9,6 +9,6 @@ fun main(args: Array<String>) {
|
||||
val b = 1
|
||||
}
|
||||
|
||||
// REPEAT: 5
|
||||
// STEP_INTO: 5
|
||||
// DISABLE_KOTLIN_INTERNAL_CLASSES: false
|
||||
// TRACING_FILTERS_ENABLED: false
|
||||
|
||||
@@ -7,5 +7,5 @@ fun main(args: Array<String>) {
|
||||
val b = 1
|
||||
}
|
||||
|
||||
// REPEAT: 2
|
||||
// STEP_INTO: 2
|
||||
// TRACING_FILTERS_ENABLED: false
|
||||
|
||||
Reference in New Issue
Block a user