Fixed the TestSourceManager.py test case to not fail. It was using the "list" alias...
authorGreg Clayton <gclayton@apple.com>
Wed, 6 Feb 2013 00:35:33 +0000 (00:35 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 6 Feb 2013 00:35:33 +0000 (00:35 +0000)
commit12ff126f042437ffca6c275632254c9cd7e2b263
tree0fb48ad03d22903c0a5a107b32826dff340d567f
parent1aa265d12bebf30383a3e705b198d70dc42a0de9
Fixed the TestSourceManager.py test case to not fail. It was using the "list" alias which has now been turned into a regex command that mimics the GDB equivalent. Changed "list" to "source list" to get around this problem.

llvm-svn: 174474
lldb/test/source-manager/TestSourceManager.py