[lldb] Make TestExprDiagnostics.py pass again after enabling Fix-Its in test
authorRaphael Isemann <teemperor@gmail.com>
Mon, 30 Mar 2020 11:48:26 +0000 (13:48 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 30 Mar 2020 11:52:09 +0000 (13:52 +0200)
commit502a06fcdafa637a9890da16c2734bc1a36010f6
tree72656d7bd9b75e8483b20b2e7bbd27490cf3d4cf
parent821439a45a2645ebe721c2aa1be5cde3021f2cb4
[lldb] Make TestExprDiagnostics.py pass again after enabling Fix-Its in test

Commit 83c81c0a469482888482983c302c09c02680ae7c enabled Fix-Its for top-level
expressions which change the error message of this test here as Clang comes
up with a strange Fix-It for this expression. This patch just changes the
test to declare a void variable so that Clang doesn't see a way to
recover with a Fix-It and change the error message.
lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py