[Lldb-commits] [PATCH] D10895: Fix dosep.py on windows after r240946

Adrian McCarthy amccarth at google.com
Mon Jul 6 08:35:20 PDT 2015


amccarth accepted this revision.

This revision is now accepted and ready to land.

Looks good.


================
Comment at: test/dosep.py:72
@@ -70,3 +71,3 @@
 
-def setup_lock_and_counter(lock, counter, total):
-    global output_lock, test_counter, total_tests
+def setup_global_variables(lock, counter, total, options):
+    global output_lock, test_counter, total_tests, dotest_options
----------------
Technically should be set_up_global_variables, but this is such a frequent error that setup is probably more consistent.


http://reviews.llvm.org/D10895







More information about the lldb-commits mailing list