This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 2/2] add new case for typemismatch


	* testsuite/semko/typemismatch4.stp: new test case
---
 testsuite/semko/typemismatch4.stp | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 testsuite/semko/typemismatch4.stp

diff --git a/testsuite/semko/typemismatch4.stp b/testsuite/semko/typemismatch4.stp
new file mode 100755
index 0000000..83af632
--- /dev/null
+++ b/testsuite/semko/typemismatch4.stp
@@ -0,0 +1,4 @@
+#! stap -p2
+
+probe begin { foo = "bar" ; foo = 1 ; print(foo) } 
+
-- 
1.8.3.1




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]