From 2f1a1aead38c1dcd329a694dd8d3290b37320466 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 12 Feb 2005 02:28:43 +0000 Subject: * parser prototype snapshot --- testsuite/parseko/one.stp | 2 ++ testsuite/parseko/two.stp | 4 ++++ 2 files changed, 6 insertions(+) create mode 100755 testsuite/parseko/one.stp create mode 100755 testsuite/parseko/two.stp (limited to 'testsuite/parseko') diff --git a/testsuite/parseko/one.stp b/testsuite/parseko/one.stp new file mode 100755 index 00000000..f288e930 --- /dev/null +++ b/testsuite/parseko/one.stp @@ -0,0 +1,2 @@ +#! stap +"not a probe" diff --git a/testsuite/parseko/two.stp b/testsuite/parseko/two.stp new file mode 100755 index 00000000..64a24afe --- /dev/null +++ b/testsuite/parseko/two.stp @@ -0,0 +1,4 @@ +#! stap +probe foo { + a + +} -- cgit