From 0a102c820c4ee8da300b4a834ef0f15fa13016d3 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Wed, 27 Aug 2008 17:56:28 -0400 Subject: Automatically print written but unread globals --- testsuite/systemtap.base/bench.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.base/bench.exp') diff --git a/testsuite/systemtap.base/bench.exp b/testsuite/systemtap.base/bench.exp index 4863a00c..72864292 100644 --- a/testsuite/systemtap.base/bench.exp +++ b/testsuite/systemtap.base/bench.exp @@ -11,4 +11,4 @@ expect { eof { } } wait -if {$ok == 15} { pass "$test ($ok)" } { fail "$test ($ok)" } +if {$ok == 18} { pass "$test ($ok)" } { fail "$test ($ok)" } -- cgit