Really fix the test suite crasher this time.

llvm-svn: 129165
This commit is contained in:
Johnny Chen
2011-04-08 22:39:17 +00:00
parent 298de937e7
commit f16066e842
4 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ using namespace lldb_private;
//
CommandObjectArgs::CommandOptions::CommandOptions (CommandInterpreter &interpreter) :
Options(m_interpreter)
Options(interpreter)
{
// Keep only one place to reset the values to their defaults
ResetOptionValues();