| Index: tools/foozzie/v8_foozzie_test.py
|
| diff --git a/tools/foozzie/v8_foozzie_test.py b/tools/foozzie/v8_foozzie_test.py
|
| index be085035ac2d05cedf5b672d93edbb83afb74f89..8f6b7e32b8b47cd0f8bfd3a4c16690b361776223 100644
|
| --- a/tools/foozzie/v8_foozzie_test.py
|
| +++ b/tools/foozzie/v8_foozzie_test.py
|
| @@ -92,7 +92,7 @@ def run_foozzie(first_d8, second_d8):
|
| '--first-d8', os.path.join(TEST_DATA, first_d8),
|
| '--second-d8', os.path.join(TEST_DATA, second_d8),
|
| '--second-config', 'ignition_staging',
|
| - os.path.join(TEST_DATA, 'fuzz-test1.js'),
|
| + os.path.join(TEST_DATA, 'fuzz-123.js'),
|
| ])
|
|
|
|
|
|
|