| Index: test/mjsunit/runtime-gen/smilexicographiccompare.js
|
| diff --git a/test/mjsunit/runtime-gen/smilexicographiccompare.js b/test/mjsunit/runtime-gen/smilexicographiccompare.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d5a0bf54f4ff77df83c6e59def773342100714fb
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/smilexicographiccompare.js
|
| @@ -0,0 +1,6 @@
|
| +// Copyright 2014 the V8 project authors. All rights reserved.
|
| +// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
|
| +// Flags: --allow-natives-syntax --harmony
|
| +var _x_value = 1;
|
| +var _y_value = 1;
|
| +%SmiLexicographicCompare(_x_value, _y_value);
|
|
|