Skip to content

Commit

Permalink
Auto merge of #173 - japaric:test, r=japaric
Browse files Browse the repository at this point in the history
fix tests

target specification now require a `target-c-int-width` field
  • Loading branch information
homunkulus committed Nov 4, 2017
2 parents 1d0606e + 9b534fd commit e3adc77
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ impl Project {
"llvm-target": "thumbv6m-none-eabi",
"max-atomic-width": 0,
"os": "none",
"target-c-int-width": "32",
"target-endian": "little",
"target-pointer-width": "32"
}
Expand Down Expand Up @@ -653,6 +654,7 @@ fn specification_changed() {
"max-atomic-width": 0,
"os": "none",
"panic-strategy": "abort",
"target-c-int-width": "32",
"target-endian": "little",
"target-pointer-width": "32"
}
Expand Down Expand Up @@ -695,6 +697,7 @@ fn unchanged_specification() {
"llvm-target": "thumbv6m-none-eabi",
"os": "none",
"max-atomic-width": 0,
"target-c-int-width": "32",
"target-endian": "little",
"target-pointer-width": "32"
}
Expand Down

0 comments on commit e3adc77

Please sign in to comment.