[lldb-tests] Remove libstdc++ requirement from test
authorFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Mon, 24 Oct 2022 15:02:26 +0000 (15:02 +0000)
committerFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Mon, 24 Oct 2022 16:27:10 +0000 (16:27 +0000)
This requirement dates back to ten years ago and the test seems to work
nowadays with either libc++ or libstdc++.

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

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

index 6bfb97cd2c2bc3e91169826b0a240678e73f906d..a149c7f81bfab8396e9e606bc04335392566e5fc 100644 (file)
@@ -1,7 +1,4 @@
 CXX_SOURCES := main.cpp
-USE_LIBSTDCPP := 0
-
-
 
 CXXFLAGS_EXTRAS := -O0
 include Makefile.rules