diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py index d88ea4556bf..6d5e054f5b6 100644 --- a/Lib/test/test_dis.py +++ b/Lib/test/test_dis.py @@ -7,8 +7,6 @@ import StringIO import unittest -# placement is crucial!!! move the start of _f and you have to adjust the -# line numbers in dis_f def _f(a): print a return 1