remove duplicated

This commit is contained in:
Leo Balter 2018-10-02 14:26:50 -04:00 committed by Rick Waldron
parent 290bbfbbfc
commit d16874c264
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
// Copyright (C) 2018 Rick Waldron. All rights reserved.
// Copyright (C) 2018 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: It's a SyntaxError if AssignmentExpression is omitted
template: revised
negative:
phase: parse
type: SyntaxError
info: |
ImportCall :
import()
---*/
//- setup
throw "Test262: This statement should not be evaluated.";
//- params
//- teardown
/* The params region intentionally empty */