Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a6b606

Browse files
committedJun 5, 2024
remove const arg windows debug info tests
1 parent 2e08267 commit 3a6b606

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎tests/debuginfo/function-names.rs

-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@
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$a70c39591cb5f53d> (void)
80-
// cdb-check:[...] a!function_names::const_generic_fn_unsigned_int<14> (void)
81-
// cdb-check:[...] a!function_names::const_generic_fn_signed_int<-7> (void)
8279

8380
#![allow(unused_variables)]
8481
#![feature(omit_gdb_pretty_printer_section)]

0 commit comments

Comments
 (0)
Failed to load comments.