about summary refs log tree commit diff
path: root/src/test/compile-fail/attempted-access-non-fatal.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/attempted-access-non-fatal.rs')
-rw-r--r--src/test/compile-fail/attempted-access-non-fatal.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/attempted-access-non-fatal.rs b/src/test/compile-fail/attempted-access-non-fatal.rs
index e55efd7938f..06dd154c279 100644
--- a/src/test/compile-fail/attempted-access-non-fatal.rs
+++ b/src/test/compile-fail/attempted-access-non-fatal.rs
@@ -13,4 +13,4 @@ fn main() {
     let x = 0;
     log(debug, x.foo); //~ ERROR attempted access of field
     log(debug, x.bar); //~ ERROR attempted access of field
-}
\ No newline at end of file
+}