pub(super) fn parse_and_update_aux(
config: &Config,
directive_line: &DirectiveLine<'_>,
testfile: &Utf8Path,
aux: &mut AuxProps,
)
Expand description
If the given test directive line contains an aux-*
directive, parse it
and update AuxProps
accordingly.