* src/ltltest/equals.test (check0, check1): Remove. Use check 0, and
check 1 instead.
This commit is contained in:
parent
ef2d6323e0
commit
5d714612a3
2 changed files with 26 additions and 33 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2003-04-16 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
|
2003-04-16 Alexandre DURET-LUTZ <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/ltltest/equals.test (check0, check1): Remove. Use check 0, and
|
||||||
|
check 1 instead.
|
||||||
|
|
||||||
* src/ltlast/formulae.hh: Rename as ...
|
* src/ltlast/formulae.hh: Rename as ...
|
||||||
* src/ltlast/formula.hh: ... this.
|
* src/ltlast/formula.hh: ... this.
|
||||||
* src/ltlast/Makefile.am (libltlast_a_SOURCES): Adjust.
|
* src/ltlast/Makefile.am (libltlast_a_SOURCES): Adjust.
|
||||||
|
|
|
||||||
|
|
@ -10,16 +10,6 @@ check()
|
||||||
test $? != $1 && exit 1;
|
test $? != $1 && exit 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
check0()
|
|
||||||
{
|
|
||||||
check 0 "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
check1()
|
|
||||||
{
|
|
||||||
check 1 "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
# A few things which are equal
|
# A few things which are equal
|
||||||
check 0 'a' 'a'
|
check 0 'a' 'a'
|
||||||
check 0 '1' '1'
|
check 0 '1' '1'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue