Function addCheckFile [src]

Prototype

pub fn addCheckFile(translate_c: *TranslateC, expected_matches: []const []const u8) *Step.CheckFile

Parameters

translate_c: *TranslateCexpected_matches: []const []const u8

Source

pub fn addCheckFile(translate_c: *TranslateC, expected_matches: []const []const u8) *Step.CheckFile { return Step.CheckFile.create( translate_c.step.owner, translate_c.getOutput(), .{ .expected_matches = expected_matches }, ); }