Lines Matching refs:w
299 if g, w := rule.Commands(), wantCommands; !reflect.DeepEqual(g, w) {
300 t.Errorf("\nwant rule.Commands() = %#v\n got %#v", w, g)
303 if g, w := rule.depFileMergerCmd(ctx, rule.DepFiles()).String(), wantDepMergerCommand; g != w {
304 t.Errorf("\nwant rule.depFileMergerCmd() = %#v\n got %#v", w, g)
307 if g, w := rule.Inputs(), wantInputs; !reflect.DeepEqual(w, g) {
308 t.Errorf("\nwant rule.Inputs() = %#v\n got %#v", w, g)
310 if g, w := rule.Outputs(), wantOutputs; !reflect.DeepEqual(w, g) {
311 t.Errorf("\nwant rule.Outputs() = %#v\n got %#v", w, g)
313 if g, w := rule.DepFiles(), wantDepFiles; !reflect.DeepEqual(w, g) {
314 t.Errorf("\nwant rule.DepFiles() = %#v\n got %#v", w, g)
316 if g, w := rule.Tools(), wantTools; !reflect.DeepEqual(w, g) {
317 t.Errorf("\nwant rule.Tools() = %#v\n got %#v", w, g)