Update test for "Don't step into libraries" option (PY-18493)

This commit is contained in:
Elizaveta Shashkova
2016-02-17 19:27:56 +03:00
parent 8994eef566
commit 4b94ae83f0
2 changed files with 5 additions and 3 deletions
@@ -1,7 +1,7 @@
from test_my_code import foo
from calendar import setfirstweekday
a = 1
foo(a)
stopped_in_user_file = True
foo(23)
setfirstweekday(3)
b = 2