Skip to content

Commit

Permalink
Update tests/debuginfo/function-names.rs
Browse files Browse the repository at this point in the history
Fixes a minor typo in a debuginfo test
  • Loading branch information
compiler-errors authored Jun 5, 2024
1 parent a7bcf0c commit 951797a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/debuginfo/function-names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
// 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#[...]> (void)
// cdb-check:[...] a!function_names::const_generic_fn_non_int<CONST$[...]> (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)

Expand Down

0 comments on commit 951797a

Please sign in to comment.