summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/index_bounds_test.cpp')
-rw-r--r--src/mongo/db/query/index_bounds_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/index_bounds_test.cpp b/src/mongo/db/query/index_bounds_test.cpp
index 1fca089e584..72343489928 100644
--- a/src/mongo/db/query/index_bounds_test.cpp
+++ b/src/mongo/db/query/index_bounds_test.cpp
@@ -856,7 +856,7 @@ std::string toString(IndexBoundsChecker::Location location) {
case IndexBoundsChecker::AHEAD:
return "AHEAD";
}
- invariant(0);
+ MONGO_UNREACHABLE;
}
/**