[JS] Re-enable some stepping tests
This commit is contained in:
committed by
Space Team
parent
932e1a3c1d
commit
becbc06663
+12
-1
@@ -1,4 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: JS_IR (KT-54283)
|
||||
|
||||
// FILE: test.kt
|
||||
|
||||
fun foo() {
|
||||
@@ -96,25 +96,36 @@ fun box() {
|
||||
// test.kt:34 box
|
||||
// test.kt:6 foo
|
||||
// test.kt:26 mightThrow
|
||||
// test.kt:27 mightThrow
|
||||
// test.kt:14 foo
|
||||
// test.kt:30 mightThrow2
|
||||
// test.kt:31 mightThrow2
|
||||
// test.kt:13 foo
|
||||
// test.kt:20 foo
|
||||
// test.kt:35 box
|
||||
// test.kt:36 box
|
||||
// test.kt:6 foo
|
||||
// test.kt:26 mightThrow
|
||||
// test.kt:27 mightThrow
|
||||
// test.kt:14 foo
|
||||
// test.kt:30 mightThrow2
|
||||
// test.kt:30 mightThrow2
|
||||
// test.kt:15 foo
|
||||
// test.kt:16 foo
|
||||
// test.kt:13 foo
|
||||
// test.kt:20 foo
|
||||
// test.kt:37 box
|
||||
// test.kt:38 box
|
||||
// test.kt:6 foo
|
||||
// test.kt:26 mightThrow
|
||||
// test.kt:26 mightThrow
|
||||
// test.kt:7 foo
|
||||
// test.kt:7 foo
|
||||
// test.kt:14 foo
|
||||
// test.kt:30 mightThrow2
|
||||
// test.kt:30 mightThrow2
|
||||
// test.kt:15 foo
|
||||
// test.kt:16 foo
|
||||
// test.kt:13 foo
|
||||
// test.kt:20 foo
|
||||
// test.kt:39 box
|
||||
|
||||
Reference in New Issue
Block a user