[lldb-tests] Remove dubious standard library flag
authorFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Tue, 18 Oct 2022 13:22:20 +0000 (09:22 -0400)
committerFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Tue, 18 Oct 2022 17:50:31 +0000 (13:50 -0400)
The test currently sets `USE_LIBSTDCPP = 0`, which is curious given the
behavior of `and` and `or` in Makefiles (the contents of the variables
are not important). In particular, this causes the tests to not use the
standard libraries appropriately.

To capture the actual intent of the test, we're changing this to
`USE_LIBCXX=1`.

Differential Revision: https://reviews.llvm.org/D136171

lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/Makefile