We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0905b9c commit dfff580Copy full SHA for dfff580
test/common.py
@@ -2301,7 +2301,7 @@ def is_browser_test(self):
2301
def assert_out_queue_empty(self, who):
2302
if not self.harness_out_queue.empty():
2303
while not self.harness_out_queue.empty():
2304
- print(self.harness_out_queue.get())
+ self.harness_out_queue.get()
2305
raise Exception('excessive responses from %s' % who)
2306
2307
# @param extra_tries: how many more times to try this test, if it fails. browser tests have
0 commit comments