Try to fix CI errors

This commit is contained in:
Veera 2023-05-16 17:07:38 -04:00 committed by Philip Chimento
parent 377231a1de
commit bf337727a0
4 changed files with 22 additions and 22 deletions

View File

@ -1,4 +1,4 @@
// Copyright (c) 2023 Ecma International. All rights reserved.
// Copyright (c) 2023 Veera Sivarajan Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
@ -8,7 +8,7 @@ description: >
info: |
sec-static-semantics-assignmenttargettype
PrimaryExpression : this
PrimaryExpression: this
Return invalid.

View File

@ -1,4 +1,4 @@
// Copyright (c) 2023 Ecma International. All rights reserved.
// Copyright (c) 2023 Veera Sivarajan Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
@ -8,7 +8,7 @@ description: >
info: |
sec-static-semantics-assignmenttargettype
PrimaryExpression : this
PrimaryExpression: this
Return invalid.

View File

@ -1,4 +1,4 @@
// Copyright (c) 2023 Ecma International. All rights reserved.
// Copyright (c) 2023 Veera Sivarajan Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
@ -8,7 +8,7 @@ It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not si
info: |
sec-static-semantics-assignmenttargettype
PrimaryExpression : this
PrimaryExpression: this
Return invalid.

View File

@ -1,14 +1,14 @@
// Copyright (c) 2023 Ecma International. All rights reserved.
// Copyright (c) 2023 Veera Sivarajan Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-update-expressions-static-semantics-early-errors
esid: sec-update-expressions-static-semantics-early-errors
description: >
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple. (this)
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple. (this)
info: |
sec-static-semantics-assignmenttargettype
PrimaryExpression : this
PrimaryExpression: this
Return invalid.