Un-XFail test on Windows. Has been in "unexpected success" mode for a while.
authorAdrian McCarthy <amccarth@google.com>
Thu, 10 Nov 2016 17:21:22 +0000 (17:21 +0000)
committerAdrian McCarthy <amccarth@google.com>
Thu, 10 Nov 2016 17:21:22 +0000 (17:21 +0000)
llvm-svn: 286476

lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py

index 55e0f70..b4ea9fa 100644 (file)
@@ -21,8 +21,6 @@ class EnumTypesTestCase(TestBase):
         # Find the line number to break inside main().
         self.line = line_number('main.c', '// Set break point at this line.')
 
-    # derefing the null pointer "works" on Windows
-    @expectedFailureAll(oslist=['windows'])
     def test(self):
         """Test 'image lookup -t days' and check for correct display and enum value printing."""
         self.build()