From e97bcaa1e868db40b90d63a9ff58295c98b3abb2 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 18 Aug 2005 01:14:52 +0000 Subject: none --- testsuite/semok/seventeen.stp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/semok') diff --git a/testsuite/semok/seventeen.stp b/testsuite/semok/seventeen.stp index 4ea03927..dcb26952 100755 --- a/testsuite/semok/seventeen.stp +++ b/testsuite/semok/seventeen.stp @@ -5,6 +5,7 @@ probe kernel.function("pipe_writev") { a = $nr_segs foo [a] = 1 - # $nr_segs is not an lvalue here + # $nr_segs is not an lvalue here (foo is), so this should compile + # even in non-guru mode foo [$nr_segs] ++ } -- cgit