diff options
Diffstat (limited to 'toolsrc/src/vcpkg-test/system.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg-test/system.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg-test/system.cpp b/toolsrc/src/vcpkg-test/system.cpp index 7ebc621f0..4c8b533bc 100644 --- a/toolsrc/src/vcpkg-test/system.cpp +++ b/toolsrc/src/vcpkg-test/system.cpp @@ -127,9 +127,9 @@ TEST_CASE ("guess_visual_studio_prompt", "[system]") TEST_CASE ("cmdlinebuilder", "[system]") { - using vcpkg::System::CmdLineBuilder; + using vcpkg::System::Command; - CmdLineBuilder cmd; + Command cmd; cmd.path_arg(fs::u8path("relative/path.exe")); cmd.string_arg("abc"); cmd.string_arg("hello world!"); |
