summaryrefslogtreecommitdiff
path: root/test/DebugProtoTest.thrift
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-02-09 11:31:02 +0100
committerRoger Meier <roger@apache.org>2014-02-09 11:31:02 +0100
commit22888ce3a84f38c1478f38ad0d1ff3ed7fdf5f39 (patch)
treeebfc141e5461a988cec980658b73a0800f694934 /test/DebugProtoTest.thrift
parent2f51f327e3b6d22e578a84a037d1a9094c64dd9b (diff)
downloadthrift-22888ce3a84f38c1478f38ad0d1ff3ed7fdf5f39.tar.gz
THRIFT-2352 msvc failed to compile thrift tests
Patch: Sergei Nikulov & Roger Meier
Diffstat (limited to 'test/DebugProtoTest.thrift')
-rw-r--r--test/DebugProtoTest.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift
index e2bba40e2..3cb3478e4 100644
--- a/test/DebugProtoTest.thrift
+++ b/test/DebugProtoTest.thrift
@@ -27,7 +27,7 @@ struct Doubles {
3: double neginf,
4: double repeating,
5: double big,
- 6: double small,
+ 6: double tiny,
7: double zero,
8: double negzero,
}