diff options
author | fche <fche> | 2005-06-04 02:35:18 +0000 |
---|---|---|
committer | fche <fche> | 2005-06-04 02:35:18 +0000 |
commit | 8846477c222cdae649b02117cc96999b0be6ad40 (patch) | |
tree | f4f046be797d869b6377597c9d941d051fc9a102 /testsuite/transko | |
parent | 553d27a587615e4b242a89bf1a7af93b71f050f0 (diff) | |
download | systemtap-steved-8846477c222cdae649b02117cc96999b0be6ad40.tar.gz systemtap-steved-8846477c222cdae649b02117cc96999b0be6ad40.tar.xz systemtap-steved-8846477c222cdae649b02117cc96999b0be6ad40.zip |
2005-06-03 Frank Ch. Eigler <fche@elastic.org>
* elaborate.cxx (find_*): Remove arity checks from here ...
* staptree.cxx (set_arity): Put arity match assertion here.
* testsuite/semko/{six,nine}.stp: Confirm logic.
* testsuite/transko/one.stp: First translation-time ko test.
Diffstat (limited to 'testsuite/transko')
-rwxr-xr-x | testsuite/transko/one.stp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/transko/one.stp b/testsuite/transko/one.stp new file mode 100755 index 00000000..b6bb3e89 --- /dev/null +++ b/testsuite/transko/one.stp @@ -0,0 +1,6 @@ +#! stap -p3 + +probe foo { + 1 = a + a+1 = 4 +} |