diff options
Diffstat (limited to 'test/buildtool/execution_api')
-rw-r--r-- | test/buildtool/execution_api/bazel/bazel_msg_factory.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/execution_api/bazel/bazel_msg_factory.test.cpp b/test/buildtool/execution_api/bazel/bazel_msg_factory.test.cpp index 5262971c..ca9d3ca9 100644 --- a/test/buildtool/execution_api/bazel/bazel_msg_factory.test.cpp +++ b/test/buildtool/execution_api/bazel/bazel_msg_factory.test.cpp @@ -32,7 +32,7 @@ namespace { /// \brief Create a blob from the content found in file or symlink pointed to by /// given path. -[[nodiscard]] static inline auto CreateBlobFromPath( +[[nodiscard]] inline auto CreateBlobFromPath( std::filesystem::path const& fpath, HashFunction hash_function) noexcept -> std::optional<ArtifactBlob> { auto const type = FileSystemManager::Type(fpath, /*allow_upwards=*/true); |