diff options
Diffstat (limited to 'lldb/test/functionalities/plugins/commands/TestPluginCommands.py')
| -rw-r--r-- | lldb/test/functionalities/plugins/commands/TestPluginCommands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py index 4fbb7a677d8..9b63ead8134 100644 --- a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py +++ b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py @@ -21,7 +21,6 @@ class PluginCommandTestCase(TestBase): @expectedFailureFreeBSD('llvm.org/pr17430') @skipIfi386 # This test links against liblldb.so. Thus, the test requires a 32-bit liblldb.so. - @skipIfGcc # llvm.org/pr23221 @skipIfNoSBHeaders def test_load_plugin(self): """Test that plugins that load commands work correctly.""" |

