diff options
Diffstat (limited to 'lldb/test/lang/cpp/virtual/TestVirtual.py')
| -rw-r--r-- | lldb/test/lang/cpp/virtual/TestVirtual.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/cpp/virtual/TestVirtual.py b/lldb/test/lang/cpp/virtual/TestVirtual.py index e2c09cd338a..797afaf8c60 100644 --- a/lldb/test/lang/cpp/virtual/TestVirtual.py +++ b/lldb/test/lang/cpp/virtual/TestVirtual.py @@ -22,8 +22,8 @@ class CppVirtualMadness(TestBase): # Assert message. PRINTF_OUTPUT_GROKKED = "The printf output from compiled code is parsed correctly" - @unittest2.skipIf(sys.platform.startswith("win32"), "Process::GetSTDOUT unsupported on Windows. This test should be re-written to use stdout re-direction") - @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @skipIfWindows # Process::GetSTDOUT unsupported on Windows. This test should be re-written to use stdout re-direction + @skipUnlessDarwin def test_virtual_madness_dsym(self): """Test that expression works correctly with virtual inheritance as well as virtual function.""" self.buildDsym() |

