test: Remove a fixed-length string from a test

This commit is contained in:
Patrick Walton 2012-08-03 11:46:25 -07:00
parent 903068c132
commit 4bfd4fb8ea

View File

@ -25,6 +25,5 @@ fn main() {
foo(@mut 1); //~ ERROR missing `const`
foo(r(1)); // this is okay now.
foo(r2(@mut 1)); //~ ERROR missing `const`
foo("123");
foo({f: {mut f: 1}}); //~ ERROR missing `const`
}