Fix testIncompleteHierarchyInKotlin on Windows

This commit is contained in:
Alexander Udalov
2015-09-15 19:57:40 +03:00
parent 6f902823d5
commit 8e83e1c17a
2 changed files with 3 additions and 1 deletions
@@ -4,3 +4,4 @@ error: supertypes of the following classes cannot be resolved. Please make sure
compiler/testData/compileKotlinAgainstCustomBinaries/incompleteHierarchyInKotlin/source.kt:5:22: error: unresolved reference: foo
fun bar() = SubSub().foo()
^
COMPILATION_ERROR