Commit d0af1443 authored by Taddeus Kroes's avatar Taddeus Kroes

Automatic whitespace changes.

parent 030e9754
......@@ -14,6 +14,9 @@ class TestOptimizeAdvanced(unittest.TestCase):
def test_eliminate_common_subexpressions(self):
pass
def test_fold_constants(self):
pass
def test_copy_propagation_true(self):
print "testing true"
block = B([self.foo,
......
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