]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/issue-16149.rs
Update compile fail tests to use isize.
[rust.git] / src / test / compile-fail / issue-16149.rs
index aa586e58f7084846c1edaa910528f2183a546a0b..a924cc9f9bbd5b23e69db20b753d0291e6f40922 100644 (file)
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 extern {
-    static externalValue: int;
+    static externalValue: isize;
 }
 
 fn main() {