Minor: fix test data as exhaustive when error message was changed

Original commit: 328169cd2e
This commit is contained in:
Alexey Tsvetkov
2016-01-13 18:46:25 +03:00
parent 9fb496af8c
commit 81c4a434e3
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ src/getRandomEnumEntry.kt
src/use.kt
End of files
COMPILATION FAILED
'when' expression must be exhaustive or contain an 'else' branch
when expression must be exhaustive, add necessary 'C' branch or 'else' branch instead
Cleaning output files:
@@ -14,7 +14,7 @@ Compiling files:
src/use.kt
End of files
COMPILATION FAILED
'when' expression must be exhaustive or contain an 'else' branch
when expression must be exhaustive, add necessary 'is C' branch or 'else' branch instead
Cleaning output files: