tfiala added inline comments.

================
Comment at: test/settings/TestSettings.py:168
@@ -167,3 +167,3 @@
 
-    @skipUnlessArch(['x86-64', 'i386', 'i686'])
+    @skipUnlessArch(['x86_64', 'i386', 'i686'])
     def test_disassembler_settings(self):
----------------
This was a test spec failure that I found when looking at skipped tests.  It is 
unrelated to the main thrust of this change but it does represent a test that 
was erroneously being skipped on x86_64 runs.


http://reviews.llvm.org/D12831



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to