Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/share/mk Fix C++ file suffix (.cpp -> .cc)



details:   https://anonhg.NetBSD.org/src/rev/92aea37a29bf
branches:  trunk
changeset: 937272:92aea37a29bf
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Aug 14 06:23:49 2020 +0000

description:
Fix C++ file suffix (.cpp -> .cc)

diffstat:

 tests/share/mk/t_test.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r aba908708ded -r 92aea37a29bf tests/share/mk/t_test.sh
--- a/tests/share/mk/t_test.sh  Fri Aug 14 05:22:25 2020 +0000
+++ b/tests/share/mk/t_test.sh  Fri Aug 14 06:23:49 2020 +0000
@@ -77,7 +77,7 @@
 
 atf_test_case one_cxx
 one_cxx_body() {
-       cat >t_fake.cpp <<EOF
+       cat >t_fake.cc <<EOF
 #include <atf-c++.hpp>
 ATF_TEST_CASE_WITHOUT_HEAD(one_tc);
 ATF_TEST_CASE_BODY(one_tc)



Home | Main Index | Thread Index | Old Index