Skip to content
Snippets Groups Projects
Commit e620b1e5 authored by homunkulus's avatar homunkulus
Browse files

Auto merge of #54 - japaric:fix-tests, r=japaric

fix cfail tests

None
parents 99df0776 815c3d96
Branches 4b
No related tags found
No related merge requests found
...@@ -3,8 +3,7 @@ language: rust ...@@ -3,8 +3,7 @@ language: rust
matrix: matrix:
include: include:
- env: TARGET=x86_64-unknown-linux-gnu - env: TARGET=x86_64-unknown-linux-gnu
# work around problem about 'every suggestion should have at least one span' rust: nightly
rust: nightly-2017-11-21
- env: TARGET=thumbv6m-none-eabi - env: TARGET=thumbv6m-none-eabi
rust: nightly rust: nightly
......
...@@ -19,7 +19,7 @@ rtfm-core = "0.1.0" ...@@ -19,7 +19,7 @@ rtfm-core = "0.1.0"
cortex-m-rtfm-macros = "0.2.1" cortex-m-rtfm-macros = "0.2.1"
[target.'cfg(target_arch = "x86_64")'.dev-dependencies] [target.'cfg(target_arch = "x86_64")'.dev-dependencies]
compiletest_rs = "0.2.8" compiletest_rs = "0.3.3"
[dev-dependencies.cortex-m-rt] [dev-dependencies.cortex-m-rt]
features = ["abort-on-panic"] features = ["abort-on-panic"]
......
...@@ -8,7 +8,7 @@ extern crate stm32f103xx; ...@@ -8,7 +8,7 @@ extern crate stm32f103xx;
use rtfm::app; use rtfm::app;
app! { app! {
//~^ error no associated item named `EXTI33` found for type //~^ error no variant named `EXTI33` found for type
device: stm32f103xx, device: stm32f103xx,
tasks: { tasks: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment