summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
Diffstat (limited to 'stoc')
-rw-r--r--stoc/test/uriproc/test_uriproc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/uriproc/test_uriproc.cxx b/stoc/test/uriproc/test_uriproc.cxx
index c1ab0f0d89e3..a3f45a98476d 100644
--- a/stoc/test/uriproc/test_uriproc.cxx
+++ b/stoc/test/uriproc/test_uriproc.cxx
@@ -640,7 +640,7 @@ void Test::testMakeRelative() {
{ "scheme://a", "scheme://a/?q", true, true, false, "?q",
"scheme://a?q" },
{ "scheme://a/", "scheme://a/?q", true, true, false, "?q",
- "scheme://a/?q" },
+ nullptr },
{ "scheme://a?q", "scheme://a?q", true, true, false, "", nullptr },
{ "scheme://a/?q", "scheme://a?q", true, true, false, "",
"scheme://a/?q" },