Skip to content
Snippets Groups Projects
Commit 51e123ec authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Commented seemlesly useless unit test (?).

parent 290f2847
No related branches found
No related tags found
No related merge requests found
......@@ -86,11 +86,11 @@ class TestLeidenOefenopgaveV12(TestCase):
'a ^ 6 * b ^ 2',
])
def test_2_c(self):
self.assertRewrite([
'a5+a3',
'a ^ 5 + a ^ 3',
])
#def test_2_c(self):
# self.assertRewrite([
# 'a5+a3',
# 'a ^ 5 + a ^ 3',
# ])
def test_2_d(self):
self.assertRewrite([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment