Index: test/mjsunit/harmony/classes.js |
diff --git a/test/mjsunit/harmony/classes.js b/test/mjsunit/harmony/classes.js |
index 3a22fd9b5427dcf74873f541744fcd65c42a7978..47fc8e97d84625104d84036c73d73a22afcd3275 100644 |
--- a/test/mjsunit/harmony/classes.js |
+++ b/test/mjsunit/harmony/classes.js |
@@ -172,6 +172,7 @@ function assertMethodDescriptor(object, name) { |
assertTrue(descr.enumerable); |
assertTrue(descr.writable); |
assertEquals('function', typeof descr.value); |
+ assertFalse('prototype' in descr.value); |
} |
function assertGetterDescriptor(object, name) { |