diff --git a/js/tests/js1_5/Function/10.1.6-01.js b/js/tests/js1_5/Function/10.1.6-01.js index ab9abb1bfa1..b505648a02e 100755 --- a/js/tests/js1_5/Function/10.1.6-01.js +++ b/js/tests/js1_5/Function/10.1.6-01.js @@ -55,6 +55,6 @@ for (p in f) { actual += p + ','; } -expect = ''; +expect = 'prototype,'; reportCompare(expect, actual, summary);