| Index: test/mjsunit/runtime-gen/getthreadcount.js
|
| diff --git a/test/mjsunit/runtime-gen/getthreadcount.js b/test/mjsunit/runtime-gen/getthreadcount.js
|
| index 0926cb6c4b8a860d1637fe8e6be455d5e9f4ff03..5037066a7d7eb455d2945699b1e1fa080cf33dc5 100644
|
| --- a/test/mjsunit/runtime-gen/getthreadcount.js
|
| +++ b/test/mjsunit/runtime-gen/getthreadcount.js
|
| @@ -1,6 +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
|
| +// Flags: --allow-natives-syntax --harmony --harmony-proxies
|
| var _break_id = 32;
|
| try {
|
| %GetThreadCount(_break_id);
|
|
|