diff options
Diffstat (limited to 'tests/load/driver.cxx')
-rw-r--r-- | tests/load/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx index 727f054..05efd15 100644 --- a/tests/load/driver.cxx +++ b/tests/load/driver.cxx @@ -39,7 +39,7 @@ check_location (shared_ptr<package>& p) { if (p->internal ()) return p->location && *p->location == - path (p->name.string () + "-" + p->version.string () + ".tar.gz"); + path (p->name.string () + '-' + p->version.string () + ".tar.gz"); else return !p->location; } |