From 3592ec19df9e4a88668494340f49dbfe59317cdf Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 10 Feb 2014 15:16:47 -0800 Subject: [PATCH] Don't use activation events on fixture package with serialization error --- .../packages/package-with-serialize-error/package.cson | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/fixtures/packages/package-with-serialize-error/package.cson b/spec/fixtures/packages/package-with-serialize-error/package.cson index d49a175ed..300ce2fc0 100644 --- a/spec/fixtures/packages/package-with-serialize-error/package.cson +++ b/spec/fixtures/packages/package-with-serialize-error/package.cson @@ -1,5 +1 @@ -# This package loads async, otherwise it would log errors when it -# is automatically serialized when workspaceView is deactivatated - 'main': 'index.coffee' -'activationEvents': ['activation-event']