[lldb/test] Remove superfluous -std=c++11 from tests
authorPavel Labath <pavel@labath.sk>
Mon, 9 May 2022 18:04:14 +0000 (20:04 +0200)
committerPavel Labath <pavel@labath.sk>
Mon, 9 May 2022 18:04:14 +0000 (20:04 +0200)
We default to that anyway. It does not work on windows, and since
ac7747e, the flag actually takes effect.

lldb/test/API/commands/expression/no-deadlock/Makefile
lldb/test/API/lang/c/step_over_no_deadlock/Makefile

index 4b3467b..ee0d469 100644 (file)
@@ -1,5 +1,4 @@
 CXX_SOURCES := locking.cpp
-CXXFLAGS_EXTRAS := -std=c++11
 ENABLE_THREADS := YES
 
 include Makefile.rules
index 4b3467b..ee0d469 100644 (file)
@@ -1,5 +1,4 @@
 CXX_SOURCES := locking.cpp
-CXXFLAGS_EXTRAS := -std=c++11
 ENABLE_THREADS := YES
 
 include Makefile.rules