summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/cxxclass.exp
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-02-18 14:45:39 -0500
committerFrank Ch. Eigler <fche@elastic.org>2010-02-18 14:45:39 -0500
commit215c7a01b0d88eae2b0e3529412f3d95525b8ede (patch)
tree285e4195ef1ede518616bb47e10be2fd16418650 /testsuite/systemtap.base/cxxclass.exp
parent5b8e1e3b252c97bc8100f2ef943b812f842b8adb (diff)
downloadsystemtap-steved-215c7a01b0d88eae2b0e3529412f3d95525b8ede.tar.gz
systemtap-steved-215c7a01b0d88eae2b0e3529412f3d95525b8ede.tar.xz
systemtap-steved-215c7a01b0d88eae2b0e3529412f3d95525b8ede.zip
PR11296: switch to "sys/sdt.h" in test cases
Diffstat (limited to 'testsuite/systemtap.base/cxxclass.exp')
-rw-r--r--testsuite/systemtap.base/cxxclass.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/cxxclass.exp b/testsuite/systemtap.base/cxxclass.exp
index f9ce3668..c6c6c53b 100644
--- a/testsuite/systemtap.base/cxxclass.exp
+++ b/testsuite/systemtap.base/cxxclass.exp
@@ -12,7 +12,7 @@ main_exit}
set test_flags "additional_flags=-g"
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 test_flags "$test_flags compiler=g++"
set res [target_compile $srcdir/$subdir/$test.cxx $test.exe executable "$test_flags"]