| Index: test/preparser/preparser.isolate
|
| diff --git a/src/d8.isolate b/test/preparser/preparser.isolate
|
| similarity index 62%
|
| copy from src/d8.isolate
|
| copy to test/preparser/preparser.isolate
|
| index 1c9bd9e35ca9df94ff3473eac29c06377a284339..dbeca5e55cfc8b0ddcae07ee4af4a80f22ccdd0a 100644
|
| --- a/src/d8.isolate
|
| +++ b/test/preparser/preparser.isolate
|
| @@ -3,14 +3,12 @@
|
| # found in the LICENSE file.
|
| {
|
| 'variables': {
|
| - 'command': [
|
| - '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
|
| - ],
|
| 'files': [
|
| - '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
|
| + './',
|
| ],
|
| },
|
| 'includes': [
|
| - 'base.isolate',
|
| + '../../src/d8.isolate',
|
| + '../../tools/testrunner/testrunner.isolate',
|
| ],
|
| }
|
|
|