diff options
Diffstat (limited to 'gdb/rust-exp.y')
-rw-r--r-- | gdb/rust-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rust-exp.y b/gdb/rust-exp.y index 88c6623..0cb185c 100644 --- a/gdb/rust-exp.y +++ b/gdb/rust-exp.y @@ -2779,6 +2779,6 @@ _initialize_rust_exp (void) gdb_assert (code == 0); #if GDB_SELF_TEST - selftests::register_test (rust_lex_tests); + selftests::register_test ("rust-lex", rust_lex_tests); #endif } |