From d81969b15fbed77b1ac3cfbf2a5668fe8a8363a5 Mon Sep 17 00:00:00 2001 From: Abegail Jakop Date: Mon, 2 Feb 2015 16:56:14 -0500 Subject: [PATCH] PR12276: fix line numbers to match in usymfileline.exp --- testsuite/systemtap.context/usymfileline.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/systemtap.context/usymfileline.exp b/testsuite/systemtap.context/usymfileline.exp index e6120dcc0..2f2c6dbec 100644 --- a/testsuite/systemtap.context/usymfileline.exp +++ b/testsuite/systemtap.context/usymfileline.exp @@ -30,7 +30,7 @@ probe process("usymfileline").function("test_method") {\ } set tests {usymfileline usymline usymfile} -set expectedoutput {".*usymfileline.c:\[2-4]" "\[2-4]" ".*usymfileline.c"} +set expectedoutput {".*usymfileline.c:\[1-3]" "\[1-3]" ".*usymfileline.c"} foreach test $tests eoutput $expectedoutput { set testscript [string map "TAPSETFUNCTION $test" $script] -- 2.43.5