Message ID | 20221109142552.3304435-1-adhemerval.zanella@linaro.org |
---|---|
State | Committed |
Commit | 1a8335a408430517001a0660f5c7787223ce85e4 |
Headers | |
Series | [COMMITTED] debug: Fix typo in tests-unsupported rule | |
Commit Message
diff --git a/debug/Makefile b/debug/Makefile index f73c739da7..95a7336cd2 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -226,7 +226,7 @@ tests += tst-chk-cancel endif ifeq (,$(CXX)) -tests-unsupported = $(tests-cc-def-chk) $(test-cc-time64-chk) +tests-unsupported = $(tests-cc-def-chk) $(tests-cc-time64-chk) endif extra-libs = libpcprofile