]> git.lizzy.rs Git - rust.git/commit
Don't use the diff command in regex test
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 13 Jan 2023 15:14:04 +0000 (15:14 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 13 Jan 2023 15:29:28 +0000 (15:29 +0000)
commit1a89507d7c4fa7d8cfa87872578cc833d52f88f8
tree864b925da1930e7babcb3e8d899eeed2288af550
parent890c61216a726a6ecad41e1f8146c169aa91812d
Don't use the diff command in regex test

The output is small enough that getting a pretty diff isn't important.
In addition this reduces the amount of commands the build system depends
on.
build_system/tests.rs