|
@@ -67,6 +67,5 @@ class TestCompile(unittest.TestCase):
|
|
|
def test_factorial(self):
|
|
|
compile_file(self, "factorial.al")
|
|
|
|
|
|
- def test_strange_return(self):
|
|
|
- compile_file(self, "strange_return.al")
|
|
|
-
|
|
|
+ #def test_strange_return(self):
|
|
|
+ # compile_file(self, "strange_return.al")
|