From 3a6b606ad9e6c9efc83bd9e7ab0025080d052bc0 Mon Sep 17 00:00:00 2001 From: Boxy Date: Wed, 5 Jun 2024 22:39:42 +0100 Subject: [PATCH] remove const arg windows debug info tests --- tests/debuginfo/function-names.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/debuginfo/function-names.rs b/tests/debuginfo/function-names.rs index 993bdd68fc7..d9b61e73621 100644 --- a/tests/debuginfo/function-names.rs +++ b/tests/debuginfo/function-names.rs @@ -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 (void) -// cdb-check:[...] a!function_names::const_generic_fn_non_int (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)]