From b917233d4b618d587f569706d8d528b051efdba4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 31 Dec 2016 03:14:50 +0300 Subject: Tests cleanup --- unit-tests/function/driver.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unit-tests/function/driver.cxx') diff --git a/unit-tests/function/driver.cxx b/unit-tests/function/driver.cxx index 235af0c..9e50973 100644 --- a/unit-tests/function/driver.cxx +++ b/unit-tests/function/driver.cxx @@ -45,8 +45,8 @@ namespace build2 f[".qual"] = []() {return "abc";}; - f[".length"] = &string::size; // Member function. - f[".type"] = &name::type; // Data member. + f[".length"] = &path::size; // Member function. + f[".type"] = &name::type; // Data member. f[".abs"] = [](dir_path d) {return d.absolute ();}; -- cgit v1.1