diff options
author | Neelesh Chandola <neelesh.chandola@outlook.com> | 2018-12-09 11:20:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 11:20:52 +0530 |
commit | d977fc6f320ea7aed97de0d883b6da27f7de61c4 (patch) | |
tree | 1ee2b144f769539bbd3f0634dc74744024853443 | |
parent | 93503c18aa8d649a9a128d80d40430d7f9e6aa21 (diff) | |
download | Nim-d977fc6f320ea7aed97de0d883b6da27f7de61c4.tar.gz |
Fix test case expected output
-rw-r--r-- | tests/errmsgs/t9908.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/t9908.nim b/tests/errmsgs/t9908.nim index ca135ed50..fa086517f 100644 --- a/tests/errmsgs/t9908.nim +++ b/tests/errmsgs/t9908.nim @@ -1,5 +1,5 @@ discard """ -errormsg: "Error: ordinal type expected" +errormsg: "ordinal type expected" line: 10 """ |