about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorEduard Burtescu <edy.burt@gmail.com>2016-04-06 13:51:55 +0300
committerEduard Burtescu <edy.burt@gmail.com>2016-04-06 13:51:55 +0300
commite8a8dfb056fb3654bacd6aaa6acbc4536358df23 (patch)
tree3d379b80f98e27fd27d953276830278942f0eefc /src/test
parent20f0f3c1f131b54dcc6fdc7eeb1d04ea89f5f6fd (diff)
downloadrust-e8a8dfb056fb3654bacd6aaa6acbc4536358df23.tar.gz
rust-e8a8dfb056fb3654bacd6aaa6acbc4536358df23.zip
rustc: retire hir::map's paths.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-make/pretty-print-path-suffix/foo_method.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/pretty-print-path-suffix/foo_method.pp b/src/test/run-make/pretty-print-path-suffix/foo_method.pp
index 4879fbfe6d3..696e0544fdc 100644
--- a/src/test/run-make/pretty-print-path-suffix/foo_method.pp
+++ b/src/test/run-make/pretty-print-path-suffix/foo_method.pp
@@ -13,4 +13,4 @@
 
 
 fn foo_method(&self) -> &'static str { return "i am very similar to foo."; }
-/* nest::S::foo_method */
+/* nest::{{impl}}::foo_method */