diff options
author | Stan Cox <scox@redhat.com> | 2008-08-05 14:37:03 -0400 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2008-08-05 14:37:03 -0400 |
commit | 0317fad416059781b7a152296c1d8b5a012bf925 (patch) | |
tree | a40d6379dcbb73e3da2a42414cd666e6c890d386 /testsuite/systemtap.base | |
parent | c2af6f02ed5bc28203358e67a0a4855be0fefd22 (diff) | |
download | systemtap-steved-0317fad416059781b7a152296c1d8b5a012bf925.tar.gz systemtap-steved-0317fad416059781b7a152296c1d8b5a012bf925.tar.xz systemtap-steved-0317fad416059781b7a152296c1d8b5a012bf925.zip |
Use relative instead of absolute line. (bug 6611)
Diffstat (limited to 'testsuite/systemtap.base')
-rw-r--r-- | testsuite/systemtap.base/warnings.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/warnings.stp b/testsuite/systemtap.base/warnings.stp index 94ed57b3..d71b3034 100644 --- a/testsuite/systemtap.base/warnings.stp +++ b/testsuite/systemtap.base/warnings.stp @@ -9,7 +9,7 @@ probe never { print(elide+me1) bar () } # PR 6611 -probe probea = kernel.statement("bio_init@fs/bio.c:135") +probe probea = kernel.statement("bio_init@fs/bio.c+3") { printf("%d", funca(2)); elide_me6="foo" } probe probea { printf("%d", funcb(2,3)); printf("%s",var) } |