about summary refs log tree commit diff
path: root/src/test/debuginfo/include_string.rs
diff options
context:
space:
mode:
authorRicho Healey <richo@psych0tik.net>2014-05-22 16:57:53 -0700
committerRicho Healey <richo@psych0tik.net>2014-05-24 21:48:10 -0700
commit553074506ecd139eb961fb91eb33ad9fd0183acb (patch)
tree01682cf8147183250713acf5e8a77265aab7153c /src/test/debuginfo/include_string.rs
parentbbb70cdd9cd982922cf7390459d53bde409699ae (diff)
downloadrust-553074506ecd139eb961fb91eb33ad9fd0183acb.tar.gz
rust-553074506ecd139eb961fb91eb33ad9fd0183acb.zip
core: rename strbuf::StrBuf to string::String
[breaking-change]
Diffstat (limited to 'src/test/debuginfo/include_string.rs')
-rw-r--r--src/test/debuginfo/include_string.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/debuginfo/include_string.rs b/src/test/debuginfo/include_string.rs
index 1d544dd003b..977e304a32e 100644
--- a/src/test/debuginfo/include_string.rs
+++ b/src/test/debuginfo/include_string.rs
@@ -15,11 +15,11 @@
 // gdb-command:run
 // gdb-command:finish
 // gdb-command:print string1.length
-// gdb-check:$1 = 48
+// gdb-check:$1 = 49
 // gdb-command:print string2.length
-// gdb-check:$2 = 48
+// gdb-check:$2 = 49
 // gdb-command:print string3.length
-// gdb-check:$3 = 48
+// gdb-check:$3 = 49
 // gdb-command:continue
 
 #![allow(unused_variable)]