From 57e4efb89471ef9c893c71ea21120fa769e44464 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 29 Jul 2011 15:20:24 -0700 Subject: [PATCH] Fix long lines --- src/test/compiletest/compiletest.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/compiletest/compiletest.rs b/src/test/compiletest/compiletest.rs index 2329a3549352..7209c1e0c875 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) {