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

Unified Diff: test/message/paren_in_arg_string.js

Issue 82803005: Make sure files end with exactly one new line and police this in presubmit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry upload Created 7 years, 1 month 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 | « test/message/isvar.js ('k') | test/message/replacement-marker-as-argument.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/paren_in_arg_string.js
diff --git a/test/message/paren_in_arg_string.js b/test/message/paren_in_arg_string.js
index bab762a6a43f8ca775c03e0ad759f70cdacf9b45..83ba7c0859d90b3f8c9366329d478af8c2754a3e 100644
--- a/test/message/paren_in_arg_string.js
+++ b/test/message/paren_in_arg_string.js
@@ -26,4 +26,4 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
var paren_in_arg_string_good = new Function('x', 'return;');
-var paren_in_arg_string_bad = new Function(')', 'return;');
+var paren_in_arg_string_bad = new Function(')', 'return;');
« no previous file with comments | « test/message/isvar.js ('k') | test/message/replacement-marker-as-argument.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698