about summary refs log tree commit diff
path: root/src/test/compile-fail/removed-syntax-ptr-lifetime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/removed-syntax-ptr-lifetime.rs')
-rw-r--r--src/test/compile-fail/removed-syntax-ptr-lifetime.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/removed-syntax-ptr-lifetime.rs b/src/test/compile-fail/removed-syntax-ptr-lifetime.rs
index 1a1c4c9b40a..d94f2ec1e07 100644
--- a/src/test/compile-fail/removed-syntax-ptr-lifetime.rs
+++ b/src/test/compile-fail/removed-syntax-ptr-lifetime.rs
@@ -8,4 +8,4 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-type bptr = &lifetime/int; //~ ERROR expected one of `(`, `+`, `::`, or `;`, found `/`
+type bptr = &lifetime/isize; //~ ERROR expected one of `(`, `+`, `::`, or `;`, found `/`