diff options
| -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. |
