* src/tgbatest/explicit.test: Typo.
This commit is contained in:
parent
e8e2bec243
commit
2a2c630bfa
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue