expressions: Fix test failures due to new year.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 1 Jan 2011 21:42:04 +0000 (13:42 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 1 Jan 2011 21:42:36 +0000 (13:42 -0800)
Some of the date-related test cases assumed that year 41 would be
interpreted as 1941, but due to the 30-year century window, as soon as it
became 2011 this assumption failed.  Write these years explicitly as 1941
instead to fix the problem.


No differences found