about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-07-29 15:20:24 -0700
committerBrian Anderson <banderson@mozilla.com>2011-07-29 15:20:24 -0700
commit57e4efb89471ef9c893c71ea21120fa769e44464 (patch)
tree68c423c24df4133826403a357e2fdc1221a93e09
parentd4616725ad8bc4636b6092f2064349c635802bcb (diff)
downloadrust-57e4efb89471ef9c893c71ea21120fa769e44464.tar.gz
rust-57e4efb89471ef9c893c71ea21120fa769e44464.zip
Fix long lines
-rw-r--r--src/test/compiletest/compiletest.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/compiletest/compiletest.rs b/src/test/compiletest/compiletest.rs
index 2329a354935..7209c1e0c87 100644
--- a/src/test/compiletest/compiletest.rs
+++ b/src/test/compiletest/compiletest.rs
@@ -719,9 +719,9 @@ mod procsrv {
             // everything and let the originals go out of scope before sending
             // a response.
             execparms = {
-                // FIXME (785): The 'discriminant' of an alt expression has the
-                // same scope as the alt expression itself, so we have to put
-                // the entire alt in another block to make sure the exec
+                // FIXME (785): The 'discriminant' of an alt expression has
+                // the same scope as the alt expression itself, so we have to
+                // put the entire alt in another block to make sure the exec
                 // message goes out of scope. Seems like the scoping rules for
                 // the alt discriminant are wrong.
                 alt task::recv(p) {