File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -354,9 +354,9 @@ fn test_help_no_stable() {
354
354
355
355
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
356
356
357
- // 21. Test that PREBUILD works. Because this creates and then deletes the .bin file, it
358
- // would play havoc with any test that runs with GEX=123217, unless it also has H5, resulting
359
- // in sporadic (rare) test failures. So don't do that .
357
+ // 21. Test that PREBUILD works. This test used to exercise creation of the
358
+ // binary matrix format, since removed. It's not entirely clear what purpose this
359
+ // test is serving now, beyond yet another regression test .
360
360
361
361
#[ cfg( not( feature = "cpu" ) ) ]
362
362
#[ test]
@@ -371,11 +371,9 @@ fn test_enclone_prebuild() {
371
371
remove_file ( & mb) . unwrap ( ) ;
372
372
}
373
373
374
- // First pass: run with NH5.
375
-
376
374
let test_id = 48 ;
377
375
let it = test_id - 1 ;
378
- let testn = format ! ( "{} NH5" , TESTS [ it] ) ;
376
+ let testn = TESTS [ it] ;
379
377
let out_file = format ! ( "testx/inputs/outputs/enclone_test{}_output" , test_id) ;
380
378
let old = read_to_string ( & out_file) . unwrap ( ) ;
381
379
let args = testn. split ( ' ' ) . collect :: < Vec < & str > > ( ) ;
You can’t perform that action at this time.
0 commit comments