* src/tgbatest/explicit.test: Typo.

This commit is contained in:
Alexandre Duret-Lutz 2004-10-14 12:21:48 +00:00
parent e8e2bec243
commit 2a2c630bfa
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-10-14 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/explicit.test: Typo.
2004-10-13 Alexandre Duret-Lutz <adl@src.lip6.fr> 2004-10-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
The computation of the counter example fails the valgrind tests The computation of the counter example fails the valgrind tests

View file

@ -27,7 +27,7 @@ set -e
run 0 ./explicit > stdout run 0 ./explicit > stdout
perl -pe 's/c & b/b & c/g' stdout perl -pi -e 's/c & b/b & c/g' stdout
cat >expected <<EOF cat >expected <<EOF
digraph G { digraph G {