contrib/bdiff-torture.py
changeset 42863 3316e59b0105
parent 41387 876494fd967d
child 43011 e05c141511dd
--- a/contrib/bdiff-torture.py	Tue Aug 27 11:56:19 2019 -0700
+++ b/contrib/bdiff-torture.py	Thu Aug 22 20:36:13 2019 +0300
@@ -53,8 +53,7 @@
         test1(a, b)
         return
     except Exception as inst:
-        pass
-    print("exception:", inst)
+        print("exception:", inst)
     reducetest(a, b)
 
 def test(a, b):