From 215c7a01b0d88eae2b0e3529412f3d95525b8ede Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 18 Feb 2010 14:45:39 -0500 Subject: PR11296: switch to "sys/sdt.h" in test cases --- testsuite/systemtap.base/const_value.exp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/systemtap.base/const_value.exp') diff --git a/testsuite/systemtap.base/const_value.exp b/testsuite/systemtap.base/const_value.exp index afffebca..afe8e4b6 100644 --- a/testsuite/systemtap.base/const_value.exp +++ b/testsuite/systemtap.base/const_value.exp @@ -6,7 +6,7 @@ j: 21} set test_flags "additional_flags=-g" # We need -O2 to get const_value encodings in dwarf. set test_flags "$test_flags additional_flags=-O2" -set test_flags "$test_flags additional_flags=-I$srcdir/../includes/sys" +set test_flags "$test_flags additional_flags=-I$srcdir/../includes" set res [target_compile $srcdir/$subdir/$test.c $test.exe executable "$test_flags"] if { $res != "" } { @@ -41,7 +41,7 @@ set ::result_string {f: bar} set test_flags "additional_flags=-g" # We need -O2 to get const_value encodings in dwarf. set test_flags "$test_flags additional_flags=-O2" -set test_flags "$test_flags additional_flags=-I$srcdir/../includes/sys" +set test_flags "$test_flags additional_flags=-I$srcdir/../includes" set res [target_compile $srcdir/$subdir/$test.c $test.exe executable "$test_flags"] if { $res != "" } { @@ -67,4 +67,4 @@ if {[installtest_p] && [uprobes_p]} { } else { untested "$test" } -catch {exec rm -f $test.exe} \ No newline at end of file +catch {exec rm -f $test.exe} -- cgit