Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: test/variables/commands/commands.gypd.golden

Issue 1454433002: Python 3 compatibility Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase with master (4ec6c4e3a94bd04a6da2858163d40b2429b8aad1) Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'}}

Powered by Google App Engine
This is Rietveld 408576698