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

Issue 2907403005: Fix static error in test_runner_test. (Closed)

Created:
3 years, 6 months ago by Bob Nystrom
Modified:
3 years, 6 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M tests/standalone/io/test_runner_test.dart View 2 chunks +3 lines, -1 line 1 comment Download

Messages

Total messages: 6 (2 generated)
Bob Nystrom
3 years, 6 months ago (2017-05-30 22:16:11 UTC) #2
Bob Nystrom
TBR.
3 years, 6 months ago (2017-05-30 22:23:13 UTC) #3
Bob Nystrom
Committed patchset #1 (id:1) manually as 027eaca77ede18dd38b98254c1da62b03152f005 (presubmit successful).
3 years, 6 months ago (2017-05-30 22:25:58 UTC) #5
Paul Berry
3 years, 6 months ago (2017-05-30 22:26:29 UTC) #6
Message was sent while issue was closed.
lgtm assuming the issue below is addressed

https://codereview.chromium.org/2907403005/diff/1/tests/standalone/io/test_ru...
File tests/standalone/io/test_runner_test.dart (right):

https://codereview.chromium.org/2907403005/diff/1/tests/standalone/io/test_ru...
tests/standalone/io/test_runner_test.dart:95: return null;
It's not obvious why this is ok.  Can we add a comment saying something like
"the test framework doesn't use the return value"?

Alternatively, just return `new Future.value()`.

Powered by Google App Engine
This is Rietveld 408576698