[PATCH 2/2] add new case for typemismatch

Zhou Wenjian zhouwj-fnst@cn.fujitsu.com
Tue Dec 1 01:59:00 GMT 2015


	* 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





More information about the Systemtap mailing list