File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676// Const generic parameter
7777// cdb-command:x a!function_names::const_generic_fn*
7878// 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)
8079// cdb-check:[...] a!function_names::const_generic_fn_unsigned_int<14> (void)
8180// 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)
8282
8383#![ allow( unused_variables) ]
8484#![ feature( omit_gdb_pretty_printer_section) ]
Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ impl<'test> TestCx<'test> {
711711 script_str. push_str ( "\n " ) ;
712712 }
713713
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)
715715
716716 // Write the script into a file
717717 debug ! ( "script_str = {}" , script_str) ;
You can’t perform that action at this time.
0 commit comments