aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-03-13 17:48:44 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-03-13 17:48:44 +0000
commitcd7ada2b6fa7afec39b6090b9b0d4f59ccd1419d (patch)
tree66f002b0a0f199e21b930c8547568344c53044b3 /searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp
parent64b3ff5093cedb87fc3672368a9c28ad4a787d57 (diff)
Make it lazy and safe.
Diffstat (limited to 'searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp')
-rw-r--r--searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp b/searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp
index d05abac203e..63eff02408c 100644
--- a/searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp
+++ b/searchcore/src/tests/proton/matching/match_phase_limiter/match_phase_limiter_test.cpp
@@ -332,7 +332,7 @@ TEST("require that the match phase limiter is able to pre-limit the query") {
" }"
" ],"
" duration_ms: 3.4"
- "}", *trace.getSlime());
+ "}", trace.getSlime());
}
TEST("require that the match phase limiter is able to post-limit the query") {