Skip to content

Commit

Permalink
edit for deepcode
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Jan 2, 2021
1 parent ef9edfd commit 1a2ff9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_collapse_literals.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ def test_pdb_funcs(self):
@pragma.collapse_literals
def f(x):
breakpoint()
import pdb; pdb.set_trace()
import pdb
pdb.set_trace()

result = '''
def f(x):
Expand Down

0 comments on commit 1a2ff9c

Please sign in to comment.