diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/mod-build-task.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index ec937fd..29c048d 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -275,7 +275,8 @@ handle (request& rq, response& rs) tests.emplace_back (move (td.name), td.type, td.buildtime, - move (td.constraint)); + move (td.constraint), + move (td.reflect)); } bool module_pkg ( |