Commit 76e2e5f
authored
transpile: update
`INSTA_GLOB_FILTER` conveniently lets you run things like
`INSTA_GLOB_FILTER=*/macros.c cargo test -p c2rust-transpile` to only
test `macros.c`. However, previously, limiting the filter to a single
snapshot messed up how the snapshot file path was calculated, resulting
in a different snapshot (mitsuhiko/insta#785).
Now this is fixed by mitsuhiko/insta#786, so
this just updates to the latest `insta` version, which includes this
fix.insta to 1.43.2 for the fix to INSTA_GLOB_FILTER so that the snapshot file is correctly resolved (#1377)3 files changed
+4
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
0 commit comments