Chromium Code Reviews| Index: tests/run_isolated/check_files.py |
| diff --git a/tests/run_isolated/check_files.py b/tests/run_isolated/check_files.py |
| index cd429ef0b93061184c18f683d508579b854d9eaa..d8bef1967160c0c09a7681b9fbc5c82d338d57c0 100755 |
| --- a/tests/run_isolated/check_files.py |
| +++ b/tests/run_isolated/check_files.py |
| @@ -14,9 +14,10 @@ ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) |
| def main(): |
| expected = sorted([ |
| 'check_files.py', |
| - 'gtest_fake.py', |
| 'file1.txt', |
| + 'file1_copy.txt', |
| 'file2.txt', |
| + 'repeated_files.py', |
| ]) |
| actual = sorted(os.listdir(ROOT_DIR)) |
| if expected != actual: |