summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNeelesh Chandola <neelesh.chandola@outlook.com>2018-12-09 11:20:52 +0530
committerGitHub <noreply@github.com>2018-12-09 11:20:52 +0530
commitd977fc6f320ea7aed97de0d883b6da27f7de61c4 (patch)
tree1ee2b144f769539bbd3f0634dc74744024853443
parent93503c18aa8d649a9a128d80d40430d7f9e6aa21 (diff)
downloadNim-d977fc6f320ea7aed97de0d883b6da27f7de61c4.tar.gz
Fix test case expected output
-rw-r--r--tests/errmsgs/t9908.nim2
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
 """