diff options
| author | homunkulus <homunkulus@gmx.com> | 2017-12-08 12:38:07 +0000 |
|---|---|---|
| committer | homunkulus <homunkulus@gmx.com> | 2017-12-08 12:38:07 +0000 |
| commit | e620b1e57a39f342cf73ad6ac8ab0e179b97bfd5 (patch) | |
| tree | fd58fd481a0a7010797aadc3da0a36f79bf5cbda | |
| parent | 99df0776c68fdb377ef7daa34f7fd8481fea590f (diff) | |
| parent | 815c3d960d74c1d7c304b1f8c4040d704c19eb7b (diff) | |
Auto merge of #54 - japaric:fix-tests, r=japaric
fix cfail tests
None
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/cfail/interrupt.rs | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index d920455..094e996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ language: rust matrix: include: - env: TARGET=x86_64-unknown-linux-gnu - # work around problem about 'every suggestion should have at least one span' - rust: nightly-2017-11-21 + rust: nightly - env: TARGET=thumbv6m-none-eabi rust: nightly @@ -19,7 +19,7 @@ rtfm-core = "0.1.0" cortex-m-rtfm-macros = "0.2.1" [target.'cfg(target_arch = "x86_64")'.dev-dependencies] -compiletest_rs = "0.2.8" +compiletest_rs = "0.3.3" [dev-dependencies.cortex-m-rt] features = ["abort-on-panic"] diff --git a/tests/cfail/interrupt.rs b/tests/cfail/interrupt.rs index 66d2098..b913d83 100644 --- a/tests/cfail/interrupt.rs +++ b/tests/cfail/interrupt.rs @@ -8,7 +8,7 @@ extern crate stm32f103xx; use rtfm::app; app! { - //~^ error no associated item named `EXTI33` found for type + //~^ error no variant named `EXTI33` found for type device: stm32f103xx, tasks: { |
