Skip to content

Commit e620b1e

Browse files
committed
Auto merge of #54 - japaric:fix-tests, r=japaric
fix cfail tests None
2 parents 99df077 + 815c3d9 commit e620b1e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ language: rust
33
matrix:
44
include:
55
- env: TARGET=x86_64-unknown-linux-gnu
6-
# work around problem about 'every suggestion should have at least one span'
7-
rust: nightly-2017-11-21
6+
rust: nightly
87

98
- env: TARGET=thumbv6m-none-eabi
109
rust: nightly

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rtfm-core = "0.1.0"
1919
cortex-m-rtfm-macros = "0.2.1"
2020

2121
[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
22-
compiletest_rs = "0.2.8"
22+
compiletest_rs = "0.3.3"
2323

2424
[dev-dependencies.cortex-m-rt]
2525
features = ["abort-on-panic"]

tests/cfail/interrupt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern crate stm32f103xx;
88
use rtfm::app;
99

1010
app! {
11-
//~^ error no associated item named `EXTI33` found for type
11+
//~^ error no variant named `EXTI33` found for type
1212
device: stm32f103xx,
1313

1414
tasks: {

0 commit comments

Comments
 (0)