aboutsummaryrefslogtreecommitdiff
path: root/tests/cfail/priority-too-high.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-08-24 14:36:59 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-08-24 14:36:59 +0000
commit62a232f5c64890e2d666d23227df1c21675fc863 (patch)
tree78dc3e80181da30d331e0ac3634dfa99c4784498 /tests/cfail/priority-too-high.rs
parent53dbbad891e1c223ba5b1939e114b37667011f11 (diff)
parent90c9f64c5a010944bc1bc4efb308f18e0af9100a (diff)
Merge #85
85: fix master r=japaric a=japaric closes #80 Co-authored-by: Ferdia McKeogh <chocol4te@users.noreply.github.com> Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'tests/cfail/priority-too-high.rs')
-rw-r--r--tests/cfail/priority-too-high.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cfail/priority-too-high.rs b/tests/cfail/priority-too-high.rs
index 15f6b7a..d63b9d0 100644
--- a/tests/cfail/priority-too-high.rs
+++ b/tests/cfail/priority-too-high.rs
@@ -1,6 +1,5 @@
#![deny(unsafe_code)]
#![deny(warnings)]
-#![feature(proc_macro)]
#![no_std]
extern crate cortex_m_rtfm as rtfm;
@@ -8,8 +7,9 @@ extern crate stm32f103xx;
use rtfm::app;
-app! { //~ error attempt to subtract with overflow
- //~^ error constant evaluation error
+app! { //~ error referenced constant has errors
+ //~^ error could not evaluate constant
+ //~| error constant evaluation error
device: stm32f103xx,
tasks: {