Fixing test errors

This commit is contained in:
Emil Fresk 2020-10-01 20:16:00 +02:00
parent fb61a78cdd
commit 86001c46bc

View file

@ -28,10 +28,10 @@ error[E0425]: cannot find value `FOO` in this scope
44 | FOO; 44 | FOO;
| ^^^ not found in this scope | ^^^ not found in this scope
error: duplicate lang item in crate `panic_halt`: `panic_impl`. error: duplicate lang item in crate `panic_semihosting`: `panic_impl`.
| |
= note: first defined in crate `std`. = note: first defined in crate `std`.
error: duplicate lang item in crate `panic_semihosting`: `panic_impl`. error: duplicate lang item in crate `panic_halt`: `panic_impl`.
| |
= note: first defined in crate `panic_halt`. = note: first defined in crate `panic_semihosting`.