| Index: test/mjsunit/runtime-gen/numbertoradixstring.js
 | 
| diff --git a/test/mjsunit/runtime-gen/numbertoradixstring.js b/test/mjsunit/runtime-gen/numbertoradixstring.js
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..6a90cd904c40f5e59f3170ef471f6c2a8e840760
 | 
| --- /dev/null
 | 
| +++ b/test/mjsunit/runtime-gen/numbertoradixstring.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 _value = 1.5;
 | 
| +var arg1 = 2;
 | 
| +%NumberToRadixString(_value, arg1);
 | 
| 
 |