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

This commit is contained in:
Alexey Tsvetkov
2016-01-13 18:46:25 +03:00
parent e54471abbc
commit 328169cd2e
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ src/getRandomEnumEntry.kt
src/use.kt src/use.kt
End of files End of files
COMPILATION FAILED 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: Cleaning output files:
@@ -14,7 +14,7 @@ Compiling files:
src/use.kt src/use.kt
End of files End of files
COMPILATION FAILED 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: Cleaning output files: