Index: test/mjsunit/runtime-gen/objectnotifierperformchangeinobjectcontext.js |
diff --git a/test/mjsunit/runtime-gen/objectnotifierperformchangeinobjectcontext.js b/test/mjsunit/runtime-gen/objectnotifierperformchangeinobjectcontext.js |
deleted file mode 100644 |
index b5abd32c8e794174acc56b9c041856ce841e43fb..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/objectnotifierperformchangeinobjectcontext.js |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-// 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 _object_info = new Object(); |
-var _change_type = "foo"; |
-var _change_fn = function() {}; |
-%ObjectNotifierPerformChangeInObjectContext(_object_info, _change_type, _change_fn); |