diff --git a/tests/Geometry/test_Point.html b/tests/Geometry/test_Point.html
index 5b7301dcfb..1be5ae439a 100644
--- a/tests/Geometry/test_Point.html
+++ b/tests/Geometry/test_Point.html
@@ -59,7 +59,6 @@
var x = 10;
var y = 20;
point = new OpenLayers.Geometry.Point(x, y);
- bounds = point.getBounds();
t.eq(point.toString(), "POINT(" + x + " " + y + ")",
"toString() returns WKT" );