diff options
author | 2021-08-31 20:01:10 +0200 | |
---|---|---|
committer | 2021-08-31 20:01:10 +0200 | |
commit | da1fd6166e893482f99f16714a1c718b445c9579 (patch) | |
tree | 35edbce452c808cafae49a535b2c15d4115ae5a0 | |
parent | c4404e59a133d81349326be0e371c854d40b12f0 (diff) | |
download | rtic-da1fd6166e893482f99f16714a1c718b445c9579.tar.gz rtic-da1fd6166e893482f99f16714a1c718b445c9579.tar.zst rtic-da1fd6166e893482f99f16714a1c718b445c9579.zip |
fix UI test, take 2
-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 efda2879..c7d32699 100644 --- a/ui/unknown-interrupt.stderr +++ b/ui/unknown-interrupt.stderr @@ -2,4 +2,4 @@ error[E0599]: no variant or associated item named `UnknownInterrupt` found for e --> $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 + | ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt` |