Index: test/mjsunit/object-literal.js |
diff --git a/test/mjsunit/object-literal.js b/test/mjsunit/object-literal.js |
index 6aa64bcb74166a7e0d8c696815815fd36e0373d8..8fdf68d42e1b3e1a5ad8cbb57cfa7c2ccbb022ac 100644 |
--- a/test/mjsunit/object-literal.js |
+++ b/test/mjsunit/object-literal.js |
@@ -261,7 +261,6 @@ TestNumericNamesSetter(['1.2', '1.3'], { |
set 1.30(_) {; } |
}); |
- |
(function TestPrototypeInObjectLiteral() { |
// The prototype chain should not be used if the definition |
// happens in the object literal. |