summaryrefslogtreecommitdiff
path: root/src/mongo/idl/unittest.idl
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2017-05-17 10:52:53 -0400
committerGabriel Russell <gabriel.russell@mongodb.com>2017-05-17 11:55:17 -0400
commitd99b57425c5c29e8f5f834146994509939c2d2f7 (patch)
treed9f5f0694d850a974c58f21eb4c02bf947ec18f5 /src/mongo/idl/unittest.idl
parent2482a5807dfa624f358569c727ff3b96ccfd8922 (diff)
downloadmongo-d99b57425c5c29e8f5f834146994509939c2d2f7.tar.gz
SERVER-29046 IDL constants should use cpp_name instead of field name
Diffstat (limited to 'src/mongo/idl/unittest.idl')
-rw-r--r--src/mongo/idl/unittest.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/idl/unittest.idl b/src/mongo/idl/unittest.idl
index 8ed7db1bab4..439681f4435 100644
--- a/src/mongo/idl/unittest.idl
+++ b/src/mongo/idl/unittest.idl
@@ -165,13 +165,13 @@ structs:
fields:
1:
type: int
- cpp_name: field1
+ cpp_name: cppField1
2:
type: int
- cpp_name: field2
+ cpp_name: cppField2
3:
type: int
- cpp_name: field3
+ cpp_name: cppField3
##################################################################################################