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

Issue 12212147: Fix break in checked mode. (Closed)

Created:
7 years, 10 months ago by gram
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix break in checked mode. Committed: https://code.google.com/p/dart/source/detail?r=18404

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
pkg/unittest/lib/src/core_matchers.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
gram
7 years, 10 months ago (2013-02-12 21:17:25 UTC) #1
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/12212147/diff/1/pkg/unittest/lib/src/core_matchers.dart File pkg/unittest/lib/src/core_matchers.dart (right): https://codereview.chromium.org/12212147/diff/1/pkg/unittest/lib/src/core_matchers.dart#newcode189 pkg/unittest/lib/src/core_matchers.dart:189: reason..add(actual.runtimeType.toString()).add(':'); .. to .? or change the one ...
7 years, 10 months ago (2013-02-12 21:23:52 UTC) #2
gram
7 years, 10 months ago (2013-02-12 21:25:41 UTC) #3
https://codereview.chromium.org/12212147/diff/1/pkg/unittest/lib/src/core_mat...
File pkg/unittest/lib/src/core_matchers.dart (right):

https://codereview.chromium.org/12212147/diff/1/pkg/unittest/lib/src/core_mat...
pkg/unittest/lib/src/core_matchers.dart:189:
reason..add(actual.runtimeType.toString()).add(':');
On 2013/02/12 21:23:52, Siggi Cherem (dart-lang) wrote:
> .. to .? or change the one in 183 to be .. as well?

Done.

Powered by Google App Engine
This is Rietveld 408576698