| Index: test/mjsunit/asm/embenchen/fannkuch.js
|
| diff --git a/test/mjsunit/asm/embenchen/fannkuch.js b/test/mjsunit/asm/embenchen/fannkuch.js
|
| index d4c1a3194b52b12e737add9b28f005f6c1733c33..64bd49195dadb9d718c57772dd661f80c8122b73 100644
|
| --- a/test/mjsunit/asm/embenchen/fannkuch.js
|
| +++ b/test/mjsunit/asm/embenchen/fannkuch.js
|
| @@ -1,7 +1,3 @@
|
| -// Copyright 2014 the V8 project authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| var EXPECTED_OUTPUT =
|
| '123456789\n' +
|
| '213456789\n' +
|
|
|