aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/parser.cxx')
-rw-r--r--build2/test/script/parser.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx
index 4d7abf9..df1cd9f 100644
--- a/build2/test/script/parser.cxx
+++ b/build2/test/script/parser.cxx
@@ -834,11 +834,8 @@ namespace build2
//
if (!group_->tdown_.empty ())
{
- // @@ Can the teardown line be from a different file?
- //
location tl (
- get_location (
- group_->tdown_.back ().tokens.front ().token));
+ group_->tdown_.back ().tokens.front ().location ());
fail (ll) << "test after teardown" <<
info (tl) << "last teardown line appears here";