Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/cc fix hello_profile's hello_profile_head func...



details:   https://anonhg.NetBSD.org/src/rev/6b0d491a37e2
branches:  trunk
changeset: 448779:6b0d491a37e2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Feb 09 02:36:28 2019 +0000

description:
fix hello_profile's hello_profile_head function name.

diffstat:

 tests/usr.bin/cc/t_hello.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2b820214d744 -r 6b0d491a37e2 tests/usr.bin/cc/t_hello.sh
--- a/tests/usr.bin/cc/t_hello.sh       Sat Feb 09 02:22:45 2019 +0000
+++ b/tests/usr.bin/cc/t_hello.sh       Sat Feb 09 02:36:28 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_hello.sh,v 1.7 2018/09/03 21:54:57 maya Exp $
+#      $NetBSD: t_hello.sh,v 1.8 2019/02/09 02:36:28 mrg Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -32,7 +32,7 @@
 }
 
 atf_test_case hello_profile
-hello_head() {
+hello_profile_head() {
        atf_set "descr" "compile and run \"hello world\" with profiling option"
        atf_set "require.progs" "cc"
 }



Home | Main Index | Thread Index | Old Index