diff --git a/tests/thin_rmap.rs b/tests/thin_rmap.rs index 187bf9b..e6255e6 100644 --- a/tests/thin_rmap.rs +++ b/tests/thin_rmap.rs @@ -81,11 +81,4 @@ fn junk_input() -> Result<()> { Ok(()) } -// (define-scenario (thin-rmap handles-junk-input) -// "Fail gracefully if given nonsense" -// (with-thin-xml (xml) -// (run-fail-rcv (_ stderr) (thin-rmap "--region 0..-1" xml) -// #t))) - - //------------------------------------------