From 553074506ecd139eb961fb91eb33ad9fd0183acb Mon Sep 17 00:00:00 2001 From: Richo Healey Date: Thu, 22 May 2014 16:57:53 -0700 Subject: core: rename strbuf::StrBuf to string::String [breaking-change] --- src/test/debuginfo/include_string.rs | 6 +++--- src/test/debuginfo/issue11600.rs | 4 ++-- src/test/debuginfo/text-to-include-1.txt | 2 +- src/test/debuginfo/text-to-include-2.txt | 2 +- src/test/debuginfo/text-to-include-3.txt | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/test/debuginfo') 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 -- cgit 1.4.1-3-g733a5