| Index: test/webkit/fast/js/kde/conditional.js
|
| diff --git a/test/webkit/fast/js/kde/conditional.js b/test/webkit/fast/js/kde/conditional.js
|
| index ee9c0bf867121a93d143e8074ca4b0871d7cdfc5..beed2073c387eacbcbea6c6c45142778c0aece44 100644
|
| --- a/test/webkit/fast/js/kde/conditional.js
|
| +++ b/test/webkit/fast/js/kde/conditional.js
|
| @@ -30,4 +30,4 @@ shouldBe("undefined ? 1 : 2", "2");
|
| var a = 1;
|
| if ( undefined )
|
| a = 2;
|
| -shouldBe("/*var a=1;if (undefined) a = 2;*/ a", "1");
|
| +shouldBe("/*var a=1;if (undefined) a = 2;*/ a", "1");
|
|
|