Fix assertion in test for reimporting declarations in JS

This commit is contained in:
Alexey Andreev
2017-06-05 11:21:41 +03:00
parent e67e0440bb
commit 3180ea24d1
@@ -9,7 +9,7 @@ fun bar() = "K"
// MODULE: lib2(lib1)
// FILE: lib2a.kt
// PROPERTY_WRITE_COUNT: name=lib1 count=1
// PROPERTY_WRITE_COUNT: name=$$imports$$ count=1
// PROPERTY_WRITE_COUNT: name=$$importsForInline$$ count=1
inline fun o() = foo()