| Index: test/variables/commands/commands.gypd.golden
|
| diff --git a/test/variables/commands/commands.gypd.golden b/test/variables/commands/commands.gypd.golden
|
| index 9e5cf89451d33e3d35245214f3e7cab924b29e05..13abba26c43b7f19e2c3a0a63458d13a34d1000b 100644
|
| --- a/test/variables/commands/commands.gypd.golden
|
| +++ b/test/variables/commands/commands.gypd.golden
|
| @@ -61,6 +61,6 @@
|
| 'not_int_4': '13.0',
|
| 'not_int_5': '+14',
|
| 'other_letters': 'ABCDEFG',
|
| - 'pi': 'import math; print math.pi',
|
| + 'pi': 'import math; print(math.pi)',
|
| 'third_letters': 'ABCDEFGHIJK',
|
| 'zero_int': '0'}}
|
|
|