aboutsummaryrefslogtreecommitdiff
path: root/tests/semantic-version
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-08-14 19:08:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-14 19:08:10 +0300
commitb0b19063bffe83af805f2b92106b7da47e21a5d4 (patch)
treedd2754e633b5de45e134b1911c2e380410f171c7 /tests/semantic-version
parent8561af5a2551ec453c9888125de273f2cc2940c0 (diff)
Make git_version() to return semantic_version rather than standard_version
Diffstat (limited to 'tests/semantic-version')
-rw-r--r--tests/semantic-version/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/semantic-version/driver.cxx b/tests/semantic-version/driver.cxx
index 024e7a0..024aed0 100644
--- a/tests/semantic-version/driver.cxx
+++ b/tests/semantic-version/driver.cxx
@@ -27,7 +27,7 @@ int
main ()
{
using semver = semantic_version;
- using failed = invalid_argument;
+ using failed = const invalid_argument&;
// Construction.
//