From 4dce476b4e34d9ba8d737246af9baedfb2a205d9 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 6 Mar 2006 13:47:42 +0000 Subject: * typo fix #2, thanks bibo.mao@Intel.com --- testsuite/buildok/indent.stp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/buildok/indent.stp b/testsuite/buildok/indent.stp index 03480a51..b4d75da9 100755 --- a/testsuite/buildok/indent.stp +++ b/testsuite/buildok/indent.stp @@ -1,3 +1,5 @@ +#! stap -p4 + probe begin { print (thread_indent (1)) print ("yo\n") print (thread_indent (-1)) print ("ta\n") -- cgit