X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=LayoutTests%2Ffast%2Fjs%2Fscript-tests%2Fdictionary-prototype-caching.js;h=5ecee9d84da2fa15c7c0fc31f18cef6b13908f82;hb=b96e33af77ac7d81a666d5aa202235b793aeeb21;hp=8fc2636defbbe1f1c847335c34ff20173d9b6698;hpb=2632619e54bc9f41ccea7c574710fe213e49212d;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/LayoutTests/fast/js/script-tests/dictionary-prototype-caching.js b/LayoutTests/fast/js/script-tests/dictionary-prototype-caching.js index 8fc2636..5ecee9d 100755 --- a/LayoutTests/fast/js/script-tests/dictionary-prototype-caching.js +++ b/LayoutTests/fast/js/script-tests/dictionary-prototype-caching.js @@ -70,5 +70,3 @@ shouldBeTrue("testFunction(subclass2)"); proto.test = false subclass2.test = true; shouldBeTrue("testFunction(subclass2)"); - -successfullyParsed = true;