| Index: test/webkit/fast/js/kde/math.js
|
| diff --git a/test/webkit/fast/js/kde/math.js b/test/webkit/fast/js/kde/math.js
|
| index 3cbb1b285a93911fb8aa5c8c1bea8c1d03ca78c3..4f73809397cd70842703c0836dfe5870eacd5631 100644
|
| --- a/test/webkit/fast/js/kde/math.js
|
| +++ b/test/webkit/fast/js/kde/math.js
|
| @@ -128,4 +128,4 @@ shouldBe("list","''");
|
| Math.myprop=true; // adding a custom property to the math object (why not?)
|
| list=""
|
| for ( var i in Math ) { list += i + ','; }
|
| -shouldBe("list","'myprop,'");
|
| +shouldBe("list","'myprop,'");
|
|
|