Skip to content
Snippets Groups Projects
Commit df147573 authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

remove unnecessary space

parent 4b386c0a
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ negative:
throw "Test262: This statement should not be evaluated.";
class C /*{ heritage }*/ {
class C /*{ heritage }*/{
/*{ elements }*/
}
......@@ -13,6 +13,6 @@ negative:
throw "Test262: This statement should not be evaluated.";
var C = class /*{ heritage }*/ {
var C = class /*{ heritage }*/{
/*{ elements }*/
};
......@@ -8,6 +8,6 @@ path: language/statements/class/syntax/valid/
features: [class]
---*/
class C /*{ heritage }*/ {
class C /*{ heritage }*/{
/*{ elements }*/
}
......@@ -8,6 +8,6 @@ path: language/expressions/class/syntax/valid/
features: [class]
---*/
var C = class /*{ heritage }*/ {
var C = class /*{ heritage }*/{
/*{ elements }*/
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment