Commit 51e123ec authored by Taddeus Kroes's avatar Taddeus Kroes

Commented seemlesly useless unit test (?).

parent 290f2847
...@@ -86,11 +86,11 @@ class TestLeidenOefenopgaveV12(TestCase): ...@@ -86,11 +86,11 @@ class TestLeidenOefenopgaveV12(TestCase):
'a ^ 6 * b ^ 2', 'a ^ 6 * b ^ 2',
]) ])
def test_2_c(self): #def test_2_c(self):
self.assertRewrite([ # self.assertRewrite([
'a5+a3', # 'a5+a3',
'a ^ 5 + a ^ 3', # 'a ^ 5 + a ^ 3',
]) # ])
def test_2_d(self): def test_2_d(self):
self.assertRewrite([ self.assertRewrite([
......
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