summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-09 15:53:59 +0100
committerAraq <rumpf_a@web.de>2012-12-09 15:53:59 +0100
commitf96ec25ed26cc8868adba6c61af037056049e6be (patch)
treedea28ebddf9a9d55a753b4e94540aed5095fdc75 /tests
parent654a99266f4c771ad5c2f0d7fe1f522f85279f80 (diff)
downloadNim-f96ec25ed26cc8868adba6c61af037056049e6be.tar.gz
made some tests green; some small bugfixes
Diffstat (limited to 'tests')
-rw-r--r--tests/patterns/tpartial.nim2
-rw-r--r--tests/reject/tenummix.nim2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/patterns/tpartial.nim b/tests/patterns/tpartial.nim
index 1a5b1a953..fdaa3414a 100644
--- a/tests/patterns/tpartial.nim
+++ b/tests/patterns/tpartial.nim
@@ -1,5 +1,5 @@
 discard """
-  output: '''-1'''
+  output: '''-2'''
 """
 
 proc p(x, y: int; cond: bool): int =
diff --git a/tests/reject/tenummix.nim b/tests/reject/tenummix.nim
index 8a2a19c1e..ec99a2b6a 100644
--- a/tests/reject/tenummix.nim
+++ b/tests/reject/tenummix.nim
@@ -1,6 +1,6 @@
 discard """
   file: "system.nim"
-  line: 663
+  line: 669
   errormsg: "type mismatch"
 """