about summary refs log tree commit diff
path: root/gmon/tst-gmon-static-gprof.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gmon/tst-gmon-static-gprof.sh')
-rw-r--r--gmon/tst-gmon-static-gprof.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/gmon/tst-gmon-static-gprof.sh b/gmon/tst-gmon-static-gprof.sh
index 79218df967..4cc99c80d0 100644
--- a/gmon/tst-gmon-static-gprof.sh
+++ b/gmon/tst-gmon-static-gprof.sh
@@ -39,6 +39,7 @@ trap cleanup 0
 cat > "$expected" <<EOF
 f1 2000
 f2 1000
+f3 1
 main 1
 EOF
 
@@ -46,6 +47,7 @@ EOF
 cat > "$expected_dot" <<EOF
 .f1 2000
 .f2 1000
+.f3 1
 .main 1
 EOF