Commit 613963fc authored by Dylan Trotter's avatar Dylan Trotter

Fix broken test.

parent 75a35b4b
......@@ -209,7 +209,7 @@ class ExprVisitorTest(unittest.TestCase):
def testUnaryOpNotImplemented(self):
self.assertRaisesRegexp(util.ParseError, 'unary op not implemented',
_ParseAndVisitExpr, '-foo')
_ParseAndVisitExpr, '+foo')
def _MakeModuleBlock():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment