chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
765f28d
)
apitest: Tidy v slightly
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 25 Mar 2021 20:34:02 +0000
(20:34 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 6 Apr 2021 19:22:04 +0000
(20:22 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs
patch
|
blob
|
history
diff --git
a/apitest/at-otter.rs
b/apitest/at-otter.rs
index b677c3e5fece6a056bfd2bc857b64db94b58b981..c8aea3a2851c03fdd859efbc8e3eaa1f3eddd2c5 100644
(file)
--- a/
apitest/at-otter.rs
+++ b/
apitest/at-otter.rs
@@
-650,7
+650,7
@@
impl Ctx {
#[throws(AE)]
fn tests(mut c: Ctx) {
test!(c, "library-load", c.library_load()?);
- test!(c, "hidden-hand", c.hidden_hand()?);
+ test!(c, "hidden-hand",
c.hidden_hand()?);
}
#[throws(AE)]