summary refs log tree commit diff
path: root/src/test/ui/extern/extern-const.fixed
AgeCommit message (Collapse)AuthorLines
2018-11-07This test will not link on wasm32.Felix S. Klock II-3/+3
2018-11-06Sidestep link error from rustfix'ed code by using a *defined* static.Felix S. Klock II-0/+25
As a drive-by, added `-g` to the compile-flags so that the test more reliably fails to compile when the extern static in question is *not* provided. (I.e. this is making the test more robust in the face of potential future revisions.) Fix #54388.
2018-09-20Disable rustfix temporarily on extern-const.rsRémy Rakic-25/+0
`src/test/ui/extern/extern-const.rs` seems to have an inconsistent behaviour across build configurations, possibly non-deterministically. This is tracked in issue 54388. For this PR, disable running rustfix on it because it failed on CI, until that issue is fixed.
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+25