File tree 2 files changed +3
-3
lines changed
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 {
313
313
type Output = ( ) ;
314
314
315
315
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" )
317
317
}
318
318
319
319
fn make_run ( run : RunConfig ) {
@@ -326,7 +326,7 @@ impl Step for TestHelpers {
326
326
let build = builder. build ;
327
327
let target = self . target ;
328
328
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" ) ;
330
330
if up_to_date ( & src, & dst. join ( "librust_test_helpers.a" ) ) {
331
331
return
332
332
}
@@ -353,7 +353,7 @@ impl Step for TestHelpers {
353
353
. opt_level ( 0 )
354
354
. warnings ( false )
355
355
. 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" ) )
357
357
. compile ( "rust_test_helpers" ) ;
358
358
}
359
359
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments