File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ impl Step for TestHelpers {
313313 type Output = ( ) ;
314314
315315 fn should_run ( run : ShouldRun ) -> ShouldRun {
316- run. path ( "src/rt /rust_test_helpers.c" )
316+ run. path ( "src/test/auxiliary /rust_test_helpers.c" )
317317 }
318318
319319 fn make_run ( run : RunConfig ) {
@@ -326,7 +326,7 @@ impl Step for TestHelpers {
326326 let build = builder. build ;
327327 let target = self . target ;
328328 let dst = build. test_helpers_out ( target) ;
329- let src = build. src . join ( "src/rt /rust_test_helpers.c" ) ;
329+ let src = build. src . join ( "src/test/auxiliary /rust_test_helpers.c" ) ;
330330 if up_to_date ( & src, & dst. join ( "librust_test_helpers.a" ) ) {
331331 return
332332 }
@@ -353,7 +353,7 @@ impl Step for TestHelpers {
353353 . opt_level ( 0 )
354354 . warnings ( false )
355355 . debug ( false )
356- . file ( build. src . join ( "src/rt /rust_test_helpers.c" ) )
356+ . file ( build. src . join ( "src/test/auxiliary /rust_test_helpers.c" ) )
357357 . compile ( "rust_test_helpers" ) ;
358358 }
359359}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments