| Index: test/arflags/gyptest-arflags.py
|
| diff --git a/test/arflags/gyptest-arflags.py b/test/arflags/gyptest-arflags.py
|
| index a5cbcac77d750dd886c3aa2a2298c4571f2a93c4..870a2d894695aa847b215de2a2d3acc248ed1b33 100644
|
| --- a/test/arflags/gyptest-arflags.py
|
| +++ b/test/arflags/gyptest-arflags.py
|
| @@ -8,12 +8,14 @@
|
| Verifies that building a target with invalid arflags fails.
|
| """
|
|
|
| +from __future__ import print_function
|
| +
|
| import os
|
| import sys
|
| import TestGyp
|
|
|
| if sys.platform == 'darwin':
|
| - print "This test is currently disabled: https://crbug.com/483696."
|
| + print("This test is currently disabled: https://crbug.com/483696.")
|
| sys.exit(0)
|
|
|
|
|
|
|