aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/tests_paragraph.cpp
diff options
context:
space:
mode:
authorDaniel Shaw <t-dansha@microsoft.com>2017-08-01 15:17:42 -0700
committerDaniel Shaw <t-dansha@microsoft.com>2017-08-01 15:21:49 -0700
commit957cb214e92f45069f142d8b6ccf2a6425df9c51 (patch)
tree5f6c4b83d78b5f082cdc9171daf598bcf56e76c0 /toolsrc/src/tests_paragraph.cpp
parentc22ab980bcab362134ef3e5db329a81c1767c2c9 (diff)
downloadvcpkg-957cb214e92f45069f142d8b6ccf2a6425df9c51.tar.gz
vcpkg-957cb214e92f45069f142d8b6ccf2a6425df9c51.zip
change qualifier bracket to parens
Diffstat (limited to 'toolsrc/src/tests_paragraph.cpp')
-rw-r--r--toolsrc/src/tests_paragraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/tests_paragraph.cpp b/toolsrc/src/tests_paragraph.cpp
index dd9a40160..920e58c02 100644
--- a/toolsrc/src/tests_paragraph.cpp
+++ b/toolsrc/src/tests_paragraph.cpp
@@ -112,7 +112,7 @@ namespace UnitTest1
{
auto m_pgh =
vcpkg::SourceControlFile::parse_control_file(std::vector<std::unordered_map<std::string, std::string>>{{
- {"Source", "zlib"}, {"Version", "1.2.8"}, {"Build-Depends", "libA [windows], libB [uwp]"},
+ {"Source", "zlib"}, {"Version", "1.2.8"}, {"Build-Depends", "libA (windows), libB (uwp)"},
}});
Assert::IsTrue(m_pgh.has_value());
auto& pgh = *m_pgh.get();