File tree 1 file changed +2
-2
lines changed
src/tools/compiletest/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4648,12 +4648,12 @@ impl<'test> TestCx<'test> {
4648
4648
}
4649
4649
4650
4650
// If `compare-output-lines-by-subset` is not explicitly enabled then
4651
- // auto-enable it when a `runtool ` is in use since wrapper tools might
4651
+ // auto-enable it when a `runner ` is in use since wrapper tools might
4652
4652
// provide extra output on failure, for example a WebAssembly runtime
4653
4653
// might print the stack trace of an `unreachable` instruction by
4654
4654
// default.
4655
4655
let compare_output_by_lines =
4656
- self . props . compare_output_lines_by_subset || self . config . runtool . is_some ( ) ;
4656
+ self . props . compare_output_lines_by_subset || self . config . runner . is_some ( ) ;
4657
4657
4658
4658
let tmp;
4659
4659
let ( expected, actual) : ( & str , & str ) = if compare_output_by_lines {
You can’t perform that action at this time.
0 commit comments