]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #60627 - matklad:test, r=estebank
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 8 May 2019 22:58:28 +0000 (00:58 +0200)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 22:58:28 +0000 (00:58 +0200)
commitd20b6927569a308baf41ad58b854775961b49bf7
tree3f5b8b50db6310dc73c2c80e3dab89e55b3ed06f
parentb04f87fedee0eddca91b12666153dfb62f105715
parentc87d2ccf88f1b9ca039d18530fd474e5ad868bc4
Rollup merge of #60627 - matklad:test, r=estebank

test for #50518

It was fixed somewhere between 1.28.0 and 1.31.1

closes #50518

r? @estebank

Where's the best place to add this test? I *think* we want "compile-pass" for this test (no need to run a binary, and not running saves us a millisecond of process creation) , but there's no compile-pass anymore.

Should this be UI test with empty stdout, stderr and zero return code?