Remove WITH_UNSIGNED directive from tests

#KT-25226 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2018-11-13 01:54:40 +03:00
parent cbaa8e5be2
commit d28488eaed
33 changed files with 28 additions and 101 deletions
@@ -1,5 +1,5 @@
// !LANGUAGE: +InlineClasses
// WITH_UNSIGNED
// WITH_RUNTIME
// IGNORE_BACKEND: JVM_IR
inline class Data(val data: Array<UInt>)