diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2021-08-31 19:54:48 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2021-08-31 19:54:48 +0200 |
| commit | c4404e59a133d81349326be0e371c854d40b12f0 (patch) | |
| tree | d7497c88595931bcfdfb5fce5cb77d5c83b3a57d /ui | |
| parent | 38bd29779eac57e6ad7961cd57702434a348e74c (diff) | |
fix UI test
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/unknown-interrupt.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/unknown-interrupt.stderr b/ui/unknown-interrupt.stderr index d223102..efda287 100644 --- a/ui/unknown-interrupt.stderr +++ b/ui/unknown-interrupt.stderr @@ -1,5 +1,5 @@ error[E0599]: no variant or associated item named `UnknownInterrupt` found for enum `Interrupt` in the current scope - --> examples/unknown-interrupt.rs:3:47 + --> $DIR/unknown-interrupt.rs:3:47 | 3 | #[rtic::app(device = lm3s6965, dispatchers = [UnknownInterrupt])] | ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt`
\ No newline at end of file |
