about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-7364.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/issue-7364.rs')
-rw-r--r--src/test/compile-fail/issue-7364.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/issue-7364.rs b/src/test/compile-fail/issue-7364.rs
index 87b7b73d57d..726f789983d 100644
--- a/src/test/compile-fail/issue-7364.rs
+++ b/src/test/compile-fail/issue-7364.rs
@@ -16,6 +16,6 @@ use std::cell::RefCell;
 // Regression test for issue 7364
 static boxed: Box<RefCell<isize>> = box RefCell::new(0);
 //~^ ERROR allocations are not allowed in statics
-//~| ERROR the trait `core::marker::Sync` is not implemented for the type
+//~| ERROR the trait `std::marker::Sync` is not implemented for the type
 
 fn main() { }