really add failing test
[dygraphs.git] / auto_tests / tests / stacked.js
index a269cab..d2ecb19 100644 (file)
@@ -60,4 +60,3 @@ stackedTestCase.prototype.testCorrectColors = function() {
   assertEquals([0, 255, 0, 38], getPixel(imageData, 200, 150));
   assertEquals([255, 255, 255, 255], getPixel(imageData, 200, 50));
 };
-