diff options
Diffstat (limited to 'src/buildtool/common/artifact_description.hpp')
-rw-r--r-- | src/buildtool/common/artifact_description.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/common/artifact_description.hpp b/src/buildtool/common/artifact_description.hpp index 5ec0f2ab..69dfef7e 100644 --- a/src/buildtool/common/artifact_description.hpp +++ b/src/buildtool/common/artifact_description.hpp @@ -139,7 +139,7 @@ class ArtifactDescription { "Serializing to JSON failed with error:\n{}", ex.what()); } - gsl_Ensures(false); // unreachable + Ensures(false); // unreachable return {}; } @@ -165,7 +165,7 @@ class ArtifactDescription { "Creating artifact failed with error:\n{}", ex.what()); } - gsl_Ensures(false); // unreachable + Ensures(false); // unreachable return Artifact{{}}; } |