summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/uri/test/uri_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/uri/test/uri_test.cpp')
-rw-r--r--graphics/asymptote/LspCpp/third_party/uri/test/uri_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/uri/test/uri_test.cpp b/graphics/asymptote/LspCpp/third_party/uri/test/uri_test.cpp
index 62e224867a..ad3d58f45f 100644
--- a/graphics/asymptote/LspCpp/third_party/uri/test/uri_test.cpp
+++ b/graphics/asymptote/LspCpp/third_party/uri/test/uri_test.cpp
@@ -470,7 +470,7 @@ TEST(uri_test, range_test) {
const std::string url("http://www.example.com/");
network::uri instance(url);
EXPECT_TRUE(std::equal(std::begin(instance), std::end(instance),
- std::begin(url)));
+ std::begin(url)));
}
TEST(uri_test, issue_104_test) {