tests/test-parse-date.t
changeset 45895 fc4fb2f17dd4
parent 38080 0a10f142299d
child 46419 6894c9ef4dcd
--- a/tests/test-parse-date.t	Fri Nov 20 14:43:21 2020 -0800
+++ b/tests/test-parse-date.t	Mon Nov 16 16:00:50 2020 -0800
@@ -18,13 +18,13 @@
   $ echo "fail" >> a
   $ hg ci -d "should fail" -m "fail"
   hg: parse error: invalid date: 'should fail'
-  [255]
+  [10]
   $ hg ci -d "100000000000000000 1400" -m "fail"
   hg: parse error: date exceeds 32 bits: 100000000000000000
-  [255]
+  [10]
   $ hg ci -d "100000 1400000" -m "fail"
   hg: parse error: impossible time zone offset: 1400000
-  [255]
+  [10]
 
 Check with local timezone other than GMT and with DST