diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/completion/other.cpp')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/completion/other.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/completion/other.cpp b/lldb/packages/Python/lldbsuite/test/expression_command/completion/other.cpp deleted file mode 100644 index 1f8a488639b..00000000000 --- a/lldb/packages/Python/lldbsuite/test/expression_command/completion/other.cpp +++ /dev/null @@ -1,4 +0,0 @@ -struct ForwardDecl { - long HiddenMemberName; -}; -ForwardDecl fwd_decl; |