Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Added back changes from other PR
Browse files Browse the repository at this point in the history
  • Loading branch information
BPYap committed Jul 13, 2018
1 parent 5a6c566 commit cf11940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/structures/test_function.py
@@ -1,3 +1,5 @@
from unittest import expectedFailure

from ..utils import TranspileTestCase


Expand Down Expand Up @@ -238,6 +240,7 @@ def myfunc(value):
print("value =", myfunc(5))
""")

@expectedFailure
def test_redefine_nested_from_other_function(self):
self.assertCodeExecution("""
def func():
Expand Down

0 comments on commit cf11940

Please sign in to comment.