| Index: test/mjsunit/runtime-gen/getstepinpositions.js
 | 
| diff --git a/test/mjsunit/runtime-gen/getstepinpositions.js b/test/mjsunit/runtime-gen/getstepinpositions.js
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..e5a442a5b356054ed3d120f4d5787a24e2f09ee6
 | 
| --- /dev/null
 | 
| +++ b/test/mjsunit/runtime-gen/getstepinpositions.js
 | 
| @@ -0,0 +1,8 @@
 | 
| +// 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 _break_id = 32;
 | 
| +var _wrapped_id = 1;
 | 
| +try {
 | 
| +%GetStepInPositions(_break_id, _wrapped_id);
 | 
| +} catch(e) {}
 | 
| 
 |