summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_numeric.txt
diff options
context:
space:
mode:
authorAnna Wawrzyniak <anna.wawrzyniak@mongodb.com>2023-01-09 22:39:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-10 00:00:09 +0000
commitef7b15f2dfd5953904c8e142fea65db2f250f9a4 (patch)
tree9d05b069459609b3d8d49577a9af1077f43667cb /src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_numeric.txt
parent04d0423767ad5a845805e4ba37cbcd68648bb516 (diff)
downloadmongo-shinyee.tan/local.tar.gz
SERVER-72326 Remove boost::format from SBE pretty printers due to TSAN race conditionshinyee.tan/local
Diffstat (limited to 'src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_numeric.txt')
-rw-r--r--src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_numeric.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_numeric.txt b/src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_numeric.txt
index 96e3bf54d76..124c1399e56 100644
--- a/src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_numeric.txt
+++ b/src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_numeric.txt
@@ -29,8 +29,8 @@ SLOTS: [1: 123ll]
RESULT: -123ll
-- EXECUTE VARIATION:
-SLOTS: [1: 123.500000L]
-RESULT: -123.500000L
+SLOTS: [1: 123.5L]
+RESULT: -123.5L
-- EXECUTE VARIATION:
SLOTS: [1: NumberDecimal(223.500000000000)]