Commit 4dff11b
committed
Fix test_compiler_sources_integrity.sh on non-Mac
The unescaped `{` in the expected failure message caused
`test_fail_if_compiler_srcjar_object_is_empty` to fail on Linux and
Windows. Rather than escape it, it works just as well to remove it
entirely.
See also the "Escape '{', '}' in `test/shell/test_bzlmod_macros`"
message from bazel-contrib#1722 and commit 3f37e26.1 parent 898484e commit 4dff11b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments