tests: don't depend on the actual location type.

* tests/calc.at: Use yy::parser::location_type rather than
	yy::location, since the former is always right, and might point to
	another type than the latter.

(cherry picked from commit 36dc3637a4)

Conflicts:

	tests/calc.at
This commit is contained in:
Akim Demaille
2010-04-10 13:37:21 +02:00
parent 3e4a253ba9
commit 16d9244df6
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2010-04-13 Akim Demaille <demaille@gostai.com>
tests: don't depend on the actual location type.
* tests/calc.at: Use yy::parser::location_type rather than
yy::location, since the former is always right, and might point to
another type than the latter.
2010-04-13 Akim Demaille <demaille@gostai.com>
formatting changes.