mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
Un-XFail test on Windows. Has been in "unexpected success" mode for a while.
llvm-svn: 286476
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user