[lldb] Let TestCppConstructors pass without fix-it intervention
authorRaphael Isemann <teemperor@gmail.com>
Wed, 19 Feb 2020 10:02:08 +0000 (11:02 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 19 Feb 2020 10:02:10 +0000 (11:02 +0100)
commita3093bfb3e7c4972e7ff7af1cc38452ec9984e13
treede53c787fbe81653d25d9556dd94076b70bfc457
parent3ed0ce458c3a51b866625ec70e50b0f8556e0d20
[lldb] Let TestCppConstructors pass without fix-it intervention

This should use -> instead of '.', but the fix-it functionality of
the expression evaluator saved us here. Let's use the proper syntax
in the first place as we don't want to test fix-its here.
lldb/test/API/lang/cpp/constructors/TestCppConstructors.py