mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
More descriptive error messages for debug info tests
This commit is contained in:
committed by
Brian Anderson
parent
f1928d8e2c
commit
6152425180
@@ -276,8 +276,8 @@ fn debugger() -> ~str { ~"gdb" }
|
||||
}
|
||||
}
|
||||
if i != num_check_lines {
|
||||
fatal(fmt!("line not found in debugger output: %s",
|
||||
props.check_lines[i]));
|
||||
fatal_ProcRes(fmt!("line not found in debugger output: %s"
|
||||
props.check_lines[i]), ProcRes);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user