diff options
| author | ruki <[email protected]> | 2026-02-10 14:24:36 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-10 14:24:36 +0800 |
| commit | 85b9b630211b2689df96716d1fe677aeb5d9fd6a (patch) | |
| tree | 43a3590050480250e14b0008c8196cdaeb60558b /tests/projects/package/vcpkg_dependency/src/main.cpp | |
| parent | f59f6f76dc143b362215ba7fd53296036fb05d3a (diff) | |
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Diffstat (limited to 'tests/projects/package/vcpkg_dependency/src/main.cpp')
| -rw-r--r-- | tests/projects/package/vcpkg_dependency/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/vcpkg_dependency/src/main.cpp b/tests/projects/package/vcpkg_dependency/src/main.cpp index 9a79c7c14..4955734dc 100644 --- a/tests/projects/package/vcpkg_dependency/src/main.cpp +++ b/tests/projects/package/vcpkg_dependency/src/main.cpp @@ -10,7 +10,7 @@ int main(int argc, char **argv) { // test for openimageio. auto write_image = OIIO::ImageInput::open("test.png"); - // test for boost-system, boost-system is one of the dependencies of boost-system. + // test for boost-system, boost-system is one of the dependencies of boost-filesystem. boost::system::error_code ec; // test for boost-filesystem. |
