Remove the unused cdbg-* debugger directive prefix

There are no tests in `tests/debuginfo` that use this prefix.
This commit is contained in:
Zalathar 2024-12-28 23:37:48 +11:00
parent 8b3f7ac526
commit a625ddd1ed

View file

@ -59,14 +59,8 @@ impl TestCx<'_> {
return;
}
let prefixes = {
static PREFIXES: &[&str] = &["cdb", "cdbg"];
// No "native rust support" variation for CDB yet.
PREFIXES
};
// Parse debugger commands etc from test files
let dbg_cmds = DebuggerCommands::parse_from(&self.testpaths.file, self.config, prefixes)
let dbg_cmds = DebuggerCommands::parse_from(&self.testpaths.file, self.config, &["cdb"])
.unwrap_or_else(|e| self.fatal(&e));
// https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-commands