From abba930f361681662991be8e83072e8ae0366dca Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 23 Nov 2014 18:51:07 +1100 Subject: [PATCH] update sequence expression generator test --- test/fixtures/generation/types/SequenceExpression/expected.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/fixtures/generation/types/SequenceExpression/expected.js b/test/fixtures/generation/types/SequenceExpression/expected.js index df1a8bc422..8a6b86f823 100644 --- a/test/fixtures/generation/types/SequenceExpression/expected.js +++ b/test/fixtures/generation/types/SequenceExpression/expected.js @@ -1,4 +1,3 @@ foo, bar; -foo, -bar; +foo, bar;