fix for test broken by previous build

This commit is contained in:
Alex Tkachman
2011-11-19 07:19:12 +02:00
parent abb15a85d6
commit 7abf87b797
@@ -9,5 +9,5 @@ fun String.decodeURI(encoding : String) : String? =
}
fun box() : String {
return if("hhh".decodeURI("lala") == null) "OK" else "fail"
return if("hhh".decodeURI("") == null) "OK" else "fail"
}