diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2025-06-25 20:56:00 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2025-07-02 18:34:20 +0000 |
| commit | 67730ceedbe231366bf2ad97faf22da8dd915ca2 (patch) | |
| tree | 92652acbb25130ebae4e30794a20d15f370ec9b8 /xtask/src/main.rs | |
| parent | b4a0c9057df8df239edcd7c6bc2b5661868ef1bb (diff) | |
xtask: size: Store the expected output same as run
Diffstat (limited to 'xtask/src/main.rs')
| -rw-r--r-- | xtask/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 1702a8b..0b88337 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -317,6 +317,7 @@ fn main() -> anyhow::Result<()> { platform, backend, &examples_to_run, + args.overwrite_expected, &args.arguments, ) } |
