diff options
| author | Alexander Regueiro <alexreg@me.com> | 2018-06-25 00:08:36 +0100 |
|---|---|---|
| committer | Alexander Regueiro <alexreg@me.com> | 2018-06-30 23:53:52 +0100 |
| commit | 13b82ecf80031cd0d50fa400ca87e044b292298d (patch) | |
| tree | ce1b0138b819fee7020310e74af1a9a800c72634 /src/test | |
| parent | 9f751a9c5a03bfa3d04cc34f4ba46ff0c3699547 (diff) | |
| download | rust-13b82ecf80031cd0d50fa400ca87e044b292298d.tar.gz rust-13b82ecf80031cd0d50fa400ca87e044b292298d.zip | |
Minor refactoring.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/compile-fail/issue-28324.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/issue-28324.rs b/src/test/compile-fail/issue-28324.rs index 369f919471c..0f9fe3fe246 100644 --- a/src/test/compile-fail/issue-28324.rs +++ b/src/test/compile-fail/issue-28324.rs @@ -16,6 +16,6 @@ extern { pub static BAZ: u32 = *&error_message_count; //~^ ERROR constant evaluation error -//~| tried to read foreign (extern) static +//~| tried to read from foreign (extern) static fn main() {} |
