summary refs log tree commit diff stats
path: root/tests/patterns/tpartial.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/patterns/tpartial.nim')
-rw-r--r--tests/patterns/tpartial.nim2
1 files changed, 1 insertions, 1 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 =