summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_date_test.cpp
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2018-02-20 14:13:39 -0500
committerJustin Seyster <justin.seyster@mongodb.com>2018-02-20 18:40:04 -0500
commit46b28bb7bce583a72bb80e51f8e89f98bb03af21 (patch)
tree59b80eaf10d534e9ee5b3d481e463df2f6199c7e /src/mongo/db/pipeline/expression_date_test.cpp
parent9c988ee4d574e401b4e02f480d2758d76af9aec7 (diff)
downloadmongo-46b28bb7bce583a72bb80e51f8e89f98bb03af21.tar.gz
SERVER-32784 Move ExpressionConvert tests to separate file.
Diffstat (limited to 'src/mongo/db/pipeline/expression_date_test.cpp')
-rw-r--r--src/mongo/db/pipeline/expression_date_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/expression_date_test.cpp b/src/mongo/db/pipeline/expression_date_test.cpp
index f41f2b4e857..bfe72aefa3b 100644
--- a/src/mongo/db/pipeline/expression_date_test.cpp
+++ b/src/mongo/db/pipeline/expression_date_test.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2017 MongoDB Inc.
+ * Copyright (C) 2018 MongoDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
@@ -30,7 +30,6 @@
#include "mongo/db/pipeline/aggregation_context_fixture.h"
#include "mongo/db/pipeline/document_value_test_util.h"
-#include "mongo/db/pipeline/value_comparator.h"
#include "mongo/unittest/unittest.h"
namespace mongo {