| Index: test/actions-multiple-outputs/gyptest-multiple-outputs.py
|
| diff --git a/test/actions-multiple-outputs/gyptest-multiple-outputs.py b/test/actions-multiple-outputs/gyptest-multiple-outputs.py
|
| index 72a7040a012297a0bdf95e6e141d88c5a01cf628..5e2682d00ff6f078b5f3f3e85a2e0991052b1c31 100755
|
| --- a/test/actions-multiple-outputs/gyptest-multiple-outputs.py
|
| +++ b/test/actions-multiple-outputs/gyptest-multiple-outputs.py
|
| @@ -8,12 +8,14 @@
|
| Verifies actions with multiple outputs will correctly rebuild.
|
| """
|
|
|
| +from __future__ import print_function
|
| +
|
| import TestGyp
|
| import os
|
| import sys
|
|
|
| if sys.platform == 'win32':
|
| - print "This test is currently disabled: https://crbug.com/483696."
|
| + print("This test is currently disabled: https://crbug.com/483696.")
|
| sys.exit(0)
|
|
|
| test = TestGyp.TestGyp()
|
|
|