File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
// Const generic parameter
77
77
// cdb-command:x a!function_names::const_generic_fn*
78
78
// cdb-check:[...] a!function_names::const_generic_fn_bool<false> (void)
79
- // cdb-check:[...] a!function_names::const_generic_fn_non_int<CONST$6348c650c7b26618> (void)
80
79
// cdb-check:[...] a!function_names::const_generic_fn_unsigned_int<14> (void)
81
80
// cdb-check:[...] a!function_names::const_generic_fn_signed_int<-7> (void)
81
+ // cdb-check:[...] a!function_names::const_generic_fn_non_int<CONST$6348c650c7b26618> (void)
82
82
83
83
#![ allow( unused_variables) ]
84
84
#![ feature( omit_gdb_pretty_printer_section) ]
Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ impl<'test> TestCx<'test> {
711
711
script_str. push_str ( "\n " ) ;
712
712
}
713
713
714
- script_str. push_str ( "\n qq \n " ) ; // Quit the debugger (including remote debugger, if any)
714
+ script_str. push_str ( "qq \n " ) ; // Quit the debugger (including remote debugger, if any)
715
715
716
716
// Write the script into a file
717
717
debug ! ( "script_str = {}" , script_str) ;
You can’t perform that action at this time.
0 commit comments