diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 18:34:36 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 18:34:36 +0000 |
| commit | f9fe8b8d4933a93007196c7e2aada50f72f9549c (patch) | |
| tree | e91df4faee042f35c67d3c10240d9ee3f75dcabc /lldb/test/expression_command | |
| parent | 2930735c1e1d72150fd311b101bf3e7eadea221d (diff) | |
| download | bcm5719-llvm-f9fe8b8d4933a93007196c7e2aada50f72f9549c.tar.gz bcm5719-llvm-f9fe8b8d4933a93007196c7e2aada50f72f9549c.zip | |
Fix up bad compiler spec on ConstVariableTestCase; fixup two more OS X unexpected successes.
llvm-svn: 247591
Diffstat (limited to 'lldb/test/expression_command')
| -rw-r--r-- | lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py index 47052184d6a..71c08523bd0 100644 --- a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py +++ b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py @@ -19,7 +19,6 @@ class Radar9673644TestCase(TestBase): self.main_source = "main.c" self.line = line_number(self.main_source, '// Set breakpoint here.') - @expectedFailureDarwin(15641319) @expectedFailureWindows("llvm.org/pr21765") def test_expr_commands(self): """The following expression commands should just work.""" |

