[test][debugger] char in kotlin is short in c

This commit is contained in:
Vasily Levchenko
2020-06-29 13:36:52 +02:00
parent 094b5afa21
commit 16f800e3fa
@@ -57,7 +57,7 @@ class LldbTests {
(char) a = '\x01'
(int) b = 2
(long) c = -3
(char) d = 'c'
(short) d = 99
(bool) e = true
""")