[functional-tests (rust)] remove comment

This commit is contained in:
Joe Thornber 2020-08-03 11:00:09 +01:00
parent 39822a7165
commit cdf19b2454
1 changed files with 0 additions and 7 deletions

View File

@ -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)))
//------------------------------------------