Index: test/test262/test262.gyp |
diff --git a/test/message/message.gyp b/test/test262/test262.gyp |
similarity index 88% |
copy from test/message/message.gyp |
copy to test/test262/test262.gyp |
index dac6d9ffffa52ffb3044bfa748cbc96437719843..45e6bc7271d56a200913ad28efaee950f507e586 100644 |
--- a/test/message/message.gyp |
+++ b/test/test262/test262.gyp |
@@ -7,7 +7,7 @@ |
['test_isolation_mode != "noop"', { |
'targets': [ |
{ |
- 'target_name': 'message_run', |
+ 'target_name': 'test262_run', |
'type': 'none', |
'dependencies': [ |
'../../src/d8.gyp:d8_run', |
@@ -17,7 +17,7 @@ |
'../../build/isolate.gypi', |
], |
'sources': [ |
- 'message.isolate', |
+ 'test262.isolate', |
], |
}, |
], |