Module Name:    src
Committed By:   martin
Date:           Fri Aug 14 06:23:49 UTC 2020

Modified Files:
        src/tests/share/mk: t_test.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/share/mk/t_test.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/share/mk/t_test.sh
diff -u src/tests/share/mk/t_test.sh:1.2 src/tests/share/mk/t_test.sh:1.3
--- src/tests/share/mk/t_test.sh:1.2	Sat Mar 12 08:55:54 2016
+++ src/tests/share/mk/t_test.sh	Fri Aug 14 06:23:49 2020
@@ -77,7 +77,7 @@ EOF
 
 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)

Reply via email to