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

Issue 9704049: Add another language test for initializer ordering. (Closed)

Created:
8 years, 9 months ago by sra1
Modified:
8 years, 9 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add another language test for initializer ordering. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=5538

Patch Set 1 : #

Total comments: 1

Patch Set 2 : remove += #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -0 lines) Patch
M tests/language/language.status View 1 chunk +1 line, -0 lines 0 comments Download
A tests/language/src/Constructor7Test.dart View 1 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sra1
8 years, 9 months ago (2012-03-15 04:32:36 UTC) #1
kasperl
8 years, 9 months ago (2012-03-15 10:31:13 UTC) #2
LGTM if you stop using + for string concat.

https://chromiumcodereview.appspot.com/9704049/diff/5001/tests/language/src/C...
File tests/language/src/Constructor7Test.dart (right):

https://chromiumcodereview.appspot.com/9704049/diff/5001/tests/language/src/C...
tests/language/src/Constructor7Test.dart:11: String trace = "";
Replace this with a StringBuffer or use trace = trace.concat in E.

Powered by Google App Engine
This is Rietveld 408576698