diff options
author | Zachary Turner <zturner@google.com> | 2016-02-09 21:36:23 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-02-09 21:36:23 +0000 |
commit | 2b1a416cb52afffe7d045fc0eb48d1d891b549dd (patch) | |
tree | 3ca6b9f6a9598beb862a17a310415f00c18ddea6 /lldb/packages/Python/lldbsuite/test/expression_command/macros | |
parent | 8158a2037ac4485a6f8cdf8594bb98a096eb4ed3 (diff) | |
download | bcm5719-llvm-2b1a416cb52afffe7d045fc0eb48d1d891b549dd.tar.gz bcm5719-llvm-2b1a416cb52afffe7d045fc0eb48d1d891b549dd.zip |
Remove decorators related to debug info types.
All existing usages were ported over to the common decorators.
llvm-svn: 260290
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/macros')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py b/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py index d8c57b6eb52..939d2e45d7d 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py @@ -11,7 +11,7 @@ class TestMacros(TestBase): mydir = TestBase.compute_mydir(__file__) @expectedFailureAll(compiler="clang", bugnumber="clang does not emit .debug_macro[.dwo] sections.") - @expectedFailureDwo("GCC produces multiple .debug_macro.dwo sections and the spec is unclear as to what it means") + @expectedFailureAll(debug_info="dwo", bugnumber="GCC produces multiple .debug_macro.dwo sections and the spec is unclear as to what it means") @expectedFailureAll(hostoslist=["windows"], compiler="gcc", triple='.*-android') def test_expr_with_macros(self): self.build() |