diff --git a/test/public/tests.js b/test/public/tests.js index 39f6a9b..7d25eab 100644 --- a/test/public/tests.js +++ b/test/public/tests.js @@ -206,7 +206,6 @@ tests['lineJoin'] = function(ctx){ }; tests['states'] = function(ctx){ - ctx.arc(5,5,-1) ctx.save(); ctx.rect(50, 50, 100, 100); ctx.stroke();