about summary refs log tree commit diff
path: root/src/test/debuginfo
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
parentbbb70cdd9cd982922cf7390459d53bde409699ae (diff)
downloadrust-553074506ecd139eb961fb91eb33ad9fd0183acb.tar.gz
rust-553074506ecd139eb961fb91eb33ad9fd0183acb.zip
core: rename strbuf::StrBuf to string::String
[breaking-change]
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/include_string.rs6
-rw-r--r--src/test/debuginfo/issue11600.rs4
-rw-r--r--src/test/debuginfo/text-to-include-1.txt2
-rw-r--r--src/test/debuginfo/text-to-include-2.txt2
-rw-r--r--src/test/debuginfo/text-to-include-3.txt2
5 files changed, 8 insertions, 8 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)]
diff --git a/src/test/debuginfo/issue11600.rs b/src/test/debuginfo/issue11600.rs
index 915ccab7700..6e1354fbc3a 100644
--- a/src/test/debuginfo/issue11600.rs
+++ b/src/test/debuginfo/issue11600.rs
@@ -13,7 +13,7 @@
 // ignore-test
 
 fn main() {
-    let args : ~[StrBuf] = ::std::os::args();
+    let args : ~[String] = ::std::os::args();
     ::std::io::println(args[0]);
 }
 
@@ -25,6 +25,6 @@ fn main() {
 // compile-flags:-g
 // gdb-command:list
 // gdb-check:1[...]fn main() {
-// gdb-check:2[...]let args : ~[StrBuf] = ::std::os::args();
+// gdb-check:2[...]let args : ~[String] = ::std::os::args();
 // gdb-check:3[...]::std::io::println(args[0]);
 // gdb-check:4[...]}
diff --git a/src/test/debuginfo/text-to-include-1.txt b/src/test/debuginfo/text-to-include-1.txt
index ba055272a3f..91e2445c4aa 100644
--- a/src/test/debuginfo/text-to-include-1.txt
+++ b/src/test/debuginfo/text-to-include-1.txt
@@ -1 +1 @@
-some text to include in another file as string 1
\ No newline at end of file
+some text to include in another file as string 1
diff --git a/src/test/debuginfo/text-to-include-2.txt b/src/test/debuginfo/text-to-include-2.txt
index a2caa5e7141..be6022776c5 100644
--- a/src/test/debuginfo/text-to-include-2.txt
+++ b/src/test/debuginfo/text-to-include-2.txt
@@ -1 +1 @@
-some text to include in another file as string 2
\ No newline at end of file
+some text to include in another file as string 2
diff --git a/src/test/debuginfo/text-to-include-3.txt b/src/test/debuginfo/text-to-include-3.txt
index 9933e6c1b0b..0cff667b47c 100644
--- a/src/test/debuginfo/text-to-include-3.txt
+++ b/src/test/debuginfo/text-to-include-3.txt
@@ -1 +1 @@
-some text to include in another file as string 3
\ No newline at end of file
+some text to include in another file as string 3