Remove ignore tag for tests that don't fail any more
Check for execution correctness inside the test Fix run_external to include compileKotlinAgainstKotlin
This commit is contained in:
committed by
Pavel Punegov
parent
be251c98fb
commit
f097756721
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
public object SomeClass {
|
||||
private val work = object : Runnable {
|
||||
override fun run() {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
class C {
|
||||
private fun String.ext() : String = ""
|
||||
private fun f() {}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
class C{
|
||||
private var v : Int = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user