Skip to content

Commit

Permalink
More descriptive error messages for debug info tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bleibig authored and brson committed Mar 11, 2013
1 parent f1928d8 commit 6152425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiletest/runtest.rs
Expand Up @@ -276,8 +276,8 @@ fn run_debuginfo_test(config: config, props: TestProps, testfile: &Path) {
}
}
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);
}
}
}
Expand Down

0 comments on commit 6152425

Please sign in to comment.