From dd6be27427ee0fd5e697aa7f93f317b593ab3874 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Wed, 24 Aug 2011 22:30:47 +0000 Subject: Remove skip decorator now that crash has been fixed. Fix a compie warning for main.cpp. llvm-svn: 138503 --- lldb/test/lang/cpp/this/TestCPPThis.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/test/lang/cpp/this/TestCPPThis.py') diff --git a/lldb/test/lang/cpp/this/TestCPPThis.py b/lldb/test/lang/cpp/this/TestCPPThis.py index 362f16328e9..13ebf9003f2 100644 --- a/lldb/test/lang/cpp/this/TestCPPThis.py +++ b/lldb/test/lang/cpp/this/TestCPPThis.py @@ -8,7 +8,6 @@ class CPPThisTestCase(TestBase): mydir = os.path.join("lang", "cpp", "this") - @unittest2.skip("segmentation fault -- skipping") @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") #rdar://problem/9962849 @expectedFailureClang @@ -17,7 +16,6 @@ class CPPThisTestCase(TestBase): self.buildDsym() self.static_method_commands() - @unittest2.skip("segmentation fault -- skipping") #rdar://problem/9962849 @expectedFailureClang def test_with_dwarf_and_run_command(self): -- cgit v1.2.3