We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cd944 commit e41cc48Copy full SHA for e41cc48
tutorial/T_show6.check
@@ -2,5 +2,5 @@
2
R=T_show6
3
tmpfile=$(mktemp)
4
C="openjml --esc --subexpressions T_show1.java"
5
-bash -c "$C" | grep -v "Show statement" > $tmpfile
6
-grep -v "Show statement" < $R.out | diff - $tmpfile && rm -rf $tmpfile $R.out.actual
+bash -c "$C" | grep -v "Show statement" | grep -v "VALUE" > $tmpfile
+grep -v "Show statement" < $R.out | grep -v "VALUE" | diff - $tmpfile && rm -rf $tmpfile $R.out.actual
0 commit comments