Skip to content

Commit 5c0fb26

Browse files
author
Nick Hamann
committed
Fix two more tests.
1 parent 40088fb commit 5c0fb26

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/test/compile-fail-fulldeps/plugin-MacroRulesTT.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2015 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// http://rust-lang.org/COPYRIGHT.
44
//
@@ -11,6 +11,7 @@
1111
// aux-build:macro_crate_MacroRulesTT.rs
1212
// ignore-stage1
1313
// error-pattern: plugin tried to register a new MacroRulesTT
14+
// error-pattern: aborting due to previous error
1415

1516
#![feature(plugin)]
1617
#![plugin(macro_crate_MacroRulesTT)]

src/test/compile-fail/asm-src-loc-codegen-units.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2015 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution and at
33
// http://rust-lang.org/COPYRIGHT.
44
//
@@ -12,6 +12,8 @@
1212
// ignore-stage1
1313
// compile-flags: -C codegen-units=2
1414
// error-pattern: build without -C codegen-units for more exact errors
15+
// error-pattern: aborting due to previous error
16+
// error-pattern: aborting due to worker thread panic
1517

1618
#![feature(asm)]
1719

0 commit comments

Comments
 (0)