remove const arg windows debug info tests

This commit is contained in:
Boxy 2024-06-05 22:39:42 +01:00
parent 2e082677a6
commit 3a6b606ad9

View file

@ -76,9 +76,6 @@
// Const generic parameter
// cdb-command:x a!function_names::const_generic_fn*
// cdb-check:[...] a!function_names::const_generic_fn_bool<false> (void)
// cdb-check:[...] a!function_names::const_generic_fn_non_int<CONST$a70c39591cb5f53d> (void)
// cdb-check:[...] a!function_names::const_generic_fn_unsigned_int<14> (void)
// cdb-check:[...] a!function_names::const_generic_fn_signed_int<-7> (void)
#![allow(unused_variables)]
#![feature(omit_gdb_pretty_printer_section)]