summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2016-06-30 18:00:32 +0000
committerSean Callanan <scallanan@apple.com>2016-06-30 18:00:32 +0000
commit3696f861882185785a12b739eb407e4a35578bc2 (patch)
treee53fd984bf6fec3b18d77223214686b8a1c5c5bb /lldb/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py
parent2f63da28878c33ce34b93916e8a79982c46aec13 (diff)
downloadbcm5719-llvm-3696f861882185785a12b739eb407e4a35578bc2.tar.gz
bcm5719-llvm-3696f861882185785a12b739eb407e4a35578bc2.zip
Removed the redundant "%d errors parsing expression" error. Nobody keeps score.
<rdar://problem/24306284> llvm-svn: 274254
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py
index fa9a1e7b2f4..51f02b9e4a7 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/variable/TestMiVar.py
@@ -36,9 +36,9 @@ class MiVarTestCase(lldbmi_testcase.MiTestCaseBase):
# Print non-existant variable
self.runCmd("-var-create var1 * undef")
- self.expect("\^error,msg=\"error: use of undeclared identifier \'undef\'\\\\nerror: 1 error parsing expression\\\\n\"")
+ self.expect("\^error,msg=\"error: use of undeclared identifier \'undef\'\\\\n\"")
self.runCmd("-data-evaluate-expression undef")
- self.expect("\^error,msg=\"error: use of undeclared identifier \'undef\'\\\\nerror: 1 error parsing expression\\\\n\"")
+ self.expect("\^error,msg=\"error: use of undeclared identifier \'undef\'\\\\n\"")
# Print global "g_MyVar", modify, delete and create again
self.runCmd("-data-evaluate-expression g_MyVar")
OpenPOWER on IntegriCloud