We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8589859 commit 176a94cCopy full SHA for 176a94c
1 file changed
src/chimeric/output.rs
@@ -295,10 +295,6 @@ mod tests {
295
296
#[test]
297
fn test_chimeric_junction_writer_creates_missing_parent() {
298
- // Regression test for #35: when --twopassMode Basic is combined with
299
- // --chimSegmentMin > 0 and --outFileNamePrefix doesn't end in `/`, the
300
- // chim writer fires before any other output writer creates the parent
301
- // directory. The writer must create the parent itself.
302
let dir = tempdir().unwrap();
303
let prefix_path = dir.path().join("sample.");
304
let prefix = prefix_path.to_str().unwrap();
0 commit comments