Skip to content

Commit d88b47f

Browse files
committed
fix test failing due to double }}
1 parent e48ad9c commit d88b47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debuginfo/captured-fields-1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// gdb-check:$3 = captured_fields_1::main::{closure_env#2} {_ref__my_ref: @0x[...]}
1414
// gdb-command:continue
1515
// gdb-command:print test
16-
// gdb-check:$4 = captured_fields_1::main::{closure_env#3} {my_ref: @0x[...]}
16+
// gdb-check:$4 = captured_fields_1::main::{closure_env#3} {my_ref: @0x[...]: captured_fields_1::MyStruct {my_field1: 11, my_field2: 22}}
1717
// gdb-command:continue
1818
// gdb-command:print test
1919
// gdb-check:$5 = captured_fields_1::main::{closure_env#4} {my_var__my_field2: 22}

0 commit comments

Comments
 (0)