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