diff -r 0f2e5a6ddbe5 -r 40cabcdcd2be samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java --- a/samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java Wed Oct 29 17:41:37 2008 +0100 +++ b/samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java Thu Oct 30 21:30:10 2014 +0100 @@ -90,7 +90,8 @@ { Object val = factory(); } - assertNotGC("Surprisingly this variable cannot be GCed, even val is out of scope!!!!", cache); + assertNotGC("Surprisingly this variable cannot be GCed, " + + "even val is out of scope!!!!", cache); } // END: compiler.surprises.scope