fix test erorr msg

This commit is contained in:
Ralf Jung 2019-11-04 12:17:25 +01:00
parent 9eb4e00f6f
commit 1f8cb476ea

View File

@ -1,4 +1,4 @@
// error-pattern: outside bounds of allocation
// error-pattern: invalid use of NULL pointer
fn main() {
let x = 0 as *mut i32;