Nudge travis by commenting a little
This commit is contained in:
parent
bf66a4840b
commit
dae8d073d4
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ pub trait Emitter {
|
|||
|
||||
impl Emitter for EmitterWriter {
|
||||
fn emit(&mut self, db: &DiagnosticBuilder) {
|
||||
// Pick old school mode either from env or let the test dictate the format
|
||||
let old_school = match self.format_mode {
|
||||
FormatMode::NewErrorFormat => false,
|
||||
FormatMode::OriginalErrorFormat => true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue