Skip to content

Commit

Permalink
#3077 fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed May 20, 2016
1 parent f0d42f1 commit 09e5658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/languages/css/test/common/parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ suite('CSS - Parser', () => {
assertNoNode('--color', parser, parser._parseCssVariable.bind(parser));
});

test('Sass Parser - VariableDeclaration', function() {
test('Parser - VariableDeclaration', function() {
var parser = new _parser.Parser();
assertNode('--color: #F5F5F5', parser, parser._parseCssVariableDeclaration.bind(parser));
assertNode('--color: 0', parser, parser._parseCssVariableDeclaration.bind(parser));
Expand Down

0 comments on commit 09e5658

Please sign in to comment.