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:
Pavel Punegov
2018-02-06 13:13:49 +03:00
committed by Pavel Punegov
parent be251c98fb
commit f097756721
62 changed files with 22 additions and 70 deletions
@@ -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