Un-XFail test on Windows. Has been in "unexpected success" mode for a while.

llvm-svn: 286476
This commit is contained in:
Adrian McCarthy
2016-11-10 17:21:22 +00:00
parent a081145ebd
commit fa8c99fda9

View 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()