diff --git a/test/raphael_vs_fabric/complex_shape.html b/test/raphael_vs_fabric/complex_shape.html
index d9a6f1d6..26b21f15 100644
--- a/test/raphael_vs_fabric/complex_shape.html
+++ b/test/raphael_vs_fabric/complex_shape.html
@@ -57,7 +57,7 @@
})();
- /*(function testRaphael() {
+ (function testRaphael() {
var start = function () {
// storing original coordinates
@@ -80,7 +80,7 @@
logEl.innerHTML = 'Raphael: ' + (new Date() - startTime) + 'ms
';
- })();*/
+ })();
};