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

Unified Diff: test/assembly/gyptest-assembly.py

Issue 9429007: Fix indent on test code for test/assembly broken in r1220 (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/assembly/gyptest-assembly.py
===================================================================
--- test/assembly/gyptest-assembly.py (revision 1220)
+++ test/assembly/gyptest-assembly.py (working copy)
@@ -22,9 +22,9 @@
test.build('assembly.gyp', test.ALL, chdir='relocate/src')
expect = """\
- Hello from program.c
- Got 42.
- """
+Hello from program.c
+Got 42.
+"""
test.run_built_executable('program', chdir='relocate/src', stdout=expect)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698