]> sourceware.org Git - glibc.git/commitdiff
debug: Fix typo in tests-unsupported rule
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 9 Nov 2022 14:24:45 +0000 (11:24 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 9 Nov 2022 14:24:45 +0000 (11:24 -0300)
From commit 2e274cd8c1ebd0bd0c43a7f2e5433685740938ca.

debug/Makefile

index f73c739da7fd71abb55791cf8f902ec64edeac58..95a7336cd2b8434d31fafcb771e6c9157999b2ba 100644 (file)
@@ -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
This page took 0.043803 seconds and 5 git commands to generate.