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.
This commit is contained in:
Akim Demaille
2010-04-10 13:37:21 +02:00
parent c499231de4
commit 36dc3637a4
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.