samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java
changeset 407 e1439046d96e
parent 288 0f2e5a6ddbe5
     1.1 --- a/samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java	Wed Oct 29 17:41:37 2008 +0100
     1.2 +++ b/samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java	Sun Oct 06 22:05:14 2013 +0200
     1.3 @@ -90,7 +90,8 @@
     1.4          {
     1.5              Object val = factory();
     1.6          }
     1.7 -        assertNotGC("Surprisingly this variable cannot be GCed, even val is out of scope!!!!", cache);
     1.8 +        assertNotGC("Surprisingly this variable cannot be GCed, " +
     1.9 +                "even val is out of scope!!!!", cache);
    1.10      }
    1.11  // END: compiler.surprises.scope
    1.12