tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround
authorMads Kiilerich <madski@unity3d.com>
Thu, 20 Feb 2014 02:38:41 +0100
changeset 20543 01df3660eb11
parent 20542 be27652675ce
child 20544 8982a5397687
tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround
tests/test-debugcommands.t
--- a/tests/test-debugcommands.t	Thu Feb 20 02:38:36 2014 +0100
+++ b/tests/test-debugcommands.t	Thu Feb 20 02:38:41 2014 +0100
@@ -33,16 +33,15 @@
   >     dst('hello world')
   > def g():
   >     f()
-  >     sys.stderr.flush()
   >     debugstacktrace(skip=-5, f=sys.stdout)
   > g()
   > EOF
   $ python debugstacktrace.py
   hello world at:
-   debugstacktrace.py:8 in * (glob)
+   debugstacktrace.py:7 in * (glob)
    debugstacktrace.py:5 in g
    debugstacktrace.py:3 in f
   stacktrace at:
-   debugstacktrace.py:8 *in * (glob)
-   debugstacktrace.py:7 *in g (glob)
+   debugstacktrace.py:7 *in * (glob)
+   debugstacktrace.py:6 *in g (glob)
    */util.py:* in debugstacktrace (glob)