summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/s_b_e_variable_test/slot_variable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/test_output/exec/sbe/s_b_e_variable_test/slot_variable.txt')
-rw-r--r--src/mongo/db/test_output/exec/sbe/s_b_e_variable_test/slot_variable.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mongo/db/test_output/exec/sbe/s_b_e_variable_test/slot_variable.txt b/src/mongo/db/test_output/exec/sbe/s_b_e_variable_test/slot_variable.txt
new file mode 100644
index 00000000000..1f1204f22c9
--- /dev/null
+++ b/src/mongo/db/test_output/exec/sbe/s_b_e_variable_test/slot_variable.txt
@@ -0,0 +1,21 @@
+# Golden test output of SBEVariableTest/SlotVariable
+-- INPUT EXPRESSION:
+s1
+
+-- COMPILED EXPRESSION:
+[0x0000-0x0009]
+0x0000: pushAccessVal(accessor: <accessor>);
+
+
+-- EXECUTE VARIATION:
+SLOTS: [1: Nothing]
+RESULT: Nothing
+
+-- EXECUTE VARIATION:
+SLOTS: [1: true]
+RESULT: true
+
+-- EXECUTE VARIATION:
+SLOTS: [1: 123]
+RESULT: 123
+