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

Unified Diff: test/variables/commands/commands-repeated.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-repeated.gypd.golden
diff --git a/test/variables/commands/commands-repeated.gypd.golden b/test/variables/commands/commands-repeated.gypd.golden
index b29db5edee357fb3fd47757edd39c8d5a42f2f2c..fa4c53716f8d06f665f23e57a8a48d8f40a0ec63 100644
--- a/test/variables/commands/commands-repeated.gypd.golden
+++ b/test/variables/commands/commands-repeated.gypd.golden
@@ -72,6 +72,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