summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine.cpp
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-05-29 15:57:49 -0400
committerJonathan Reams <jbreams@mongodb.com>2018-06-11 12:01:05 -0400
commitf644e87da7a39fbd0eaa850eadf5b7b510719f13 (patch)
treea887bd6dbab8d8cb4915e26e8cde798ad481a3d7 /src/mongo/scripting/engine.cpp
parente74f7b1ea783e7b6328a3952e3a525da7bc62e00 (diff)
downloadmongo-f644e87da7a39fbd0eaa850eadf5b7b510719f13.tar.gz
SERVER-35275 rename fail point FP macros, improve docs
(cherry picked from commit e7fd01e0293bbb46b330ba00819ceaa638e88921)
Diffstat (limited to 'src/mongo/scripting/engine.cpp')
-rw-r--r--src/mongo/scripting/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/scripting/engine.cpp b/src/mongo/scripting/engine.cpp
index 31784ad50a0..744b511ebb9 100644
--- a/src/mongo/scripting/engine.cpp
+++ b/src/mongo/scripting/engine.cpp
@@ -56,7 +56,7 @@ AtomicInt64 Scope::_lastVersion(1);
namespace {
-MONGO_FP_DECLARE(mr_killop_test_fp);
+MONGO_FAIL_POINT_DEFINE(mr_killop_test_fp);
// 2 GB is the largest support Javascript file size.
const fileofs kMaxJsFileLength = fileofs(2) * 1024 * 1024 * 1024;