mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
Now that the testcase is fixed, it is no longer
an expected failure. llvm-svn: 161556
This commit is contained in:
@@ -30,8 +30,6 @@ class CppDataFormatterTestCase(TestBase):
|
||||
# Find the line number to break at.
|
||||
self.line = line_number('main.cpp', '// Set break point at this line.')
|
||||
|
||||
# <rdar://problem/12061386>
|
||||
@unittest2.expectedFailure
|
||||
def data_formatter_commands(self):
|
||||
"""Test that that file and class static variables display correctly."""
|
||||
self.runCmd("file a.out", CURRENT_EXECUTABLE_SET)
|
||||
|
||||
Reference in New Issue
Block a user