Now that the testcase is fixed, it is no longer

an expected failure.

llvm-svn: 161556
This commit is contained in:
Sean Callanan
2012-08-09 00:40:16 +00:00
parent 6656e6c2b6
commit 91e776d132

View File

@@ -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)