Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: test/mjsunit/asm/embenchen/fannkuch.js

Issue 720793002: Fix copyright headers. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/asm/embenchen/corrections.js ('k') | test/mjsunit/asm/embenchen/fasta.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 var EXPECTED_OUTPUT = 1 var EXPECTED_OUTPUT =
6 '123456789\n' + 2 '123456789\n' +
7 '213456789\n' + 3 '213456789\n' +
8 '231456789\n' + 4 '231456789\n' +
9 '321456789\n' + 5 '321456789\n' +
10 '312456789\n' + 6 '312456789\n' +
11 '132456789\n' + 7 '132456789\n' +
12 '234156789\n' + 8 '234156789\n' +
13 '324156789\n' + 9 '324156789\n' +
14 '342156789\n' + 10 '342156789\n' +
(...skipping 8415 matching lines...) Expand 10 before | Expand all | Expand 10 after
8430 } 8426 }
8431 8427
8432 // shouldRunNow refers to calling main(), not run(). 8428 // shouldRunNow refers to calling main(), not run().
8433 var shouldRunNow = true; 8429 var shouldRunNow = true;
8434 if (Module['noInitialRun']) { 8430 if (Module['noInitialRun']) {
8435 shouldRunNow = false; 8431 shouldRunNow = false;
8436 } 8432 }
8437 8433
8438 8434
8439 run([].concat(Module["arguments"])); 8435 run([].concat(Module["arguments"]));
OLDNEW
« no previous file with comments | « test/mjsunit/asm/embenchen/corrections.js ('k') | test/mjsunit/asm/embenchen/fasta.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698