Don't check for filenames in message-format tests
authorAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 14 Mar 2018 21:37:00 +0000 (00:37 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 14 Mar 2018 21:37:26 +0000 (00:37 +0300)
commitf9306094047fa1f0f26cd261f08b3336deaa5314
tree149bcf3a1c29e5df2beb4ed2afb87cd71a6775b6
parent9c0d3f29808944dbab00cc22943f8f0a5eed2f61
Don't check for filenames in message-format tests

Depending on the OS, there might be an additional artifacts for
debuginfo (dSYM folder for macs, .pbd file for windows). Given that we
can't disable `.pdb` for windows[1], let's just ignore all filenames!

[1]: https://github.com/rust-lang/rust/pull/28505)
tests/testsuite/build.rs