| Index: test/intermediate_dir/gyptest-intermediate-dir.py
|
| ===================================================================
|
| --- test/intermediate_dir/gyptest-intermediate-dir.py (revision 1414)
|
| +++ test/intermediate_dir/gyptest-intermediate-dir.py (working copy)
|
| @@ -29,7 +29,7 @@
|
| test.sleep()
|
| test.touch('src/shared_infile.txt')
|
| test.build('test2.gyp', 'target2', chdir='src')
|
| -# Check INTERMEDIATE_DIR file didn't get overwritten but SHARED_INTERMEDIAT_DIR
|
| +# Check INTERMEDIATE_DIR file didn't get overwritten but SHARED_INTERMEDIATE_DIR
|
| # file did.
|
| intermediate_file2 = test.read('src/outfile.txt')
|
| test.must_contain(intermediate_file1, 'target1')
|
|
|