Skip to content

Commit

Permalink
SERVER-19349 Fix lint in index_bounds_builder_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hatch committed Jul 28, 2015
1 parent 5891f4b commit 76c7aa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mongo/db/query/index_bounds_builder_test.cpp
Expand Up @@ -898,8 +898,7 @@ TEST(IndexBoundsBuilderTest, TranslateMod) {
ASSERT_EQUALS(oil.intervals.size(), 1U);
ASSERT_EQUALS(
Interval::INTERVAL_EQUALS,
oil.intervals[0].compare(Interval(BSON("" << NaN << "" << positiveInfinity),
true, true)));
oil.intervals[0].compare(Interval(BSON("" << NaN << "" << positiveInfinity), true, true)));
ASSERT_EQUALS(tightness, IndexBoundsBuilder::INEXACT_COVERED);
}

Expand Down

0 comments on commit 76c7aa1

Please sign in to comment.