Chromium Code Reviews| Index: pkg/unittest/test/mock_stepwise_negative_test.dart |
| diff --git a/pkg/unittest/test/mock_stepwise_negative_test.dart b/pkg/unittest/test/mock_stepwise_negative_test.dart |
| index 8bf495577ad8c9c4bd97e46e3bf32a043d26ea5c..3848debe2e2dfa6f63b2bc06696a391c19d8545b 100644 |
| --- a/pkg/unittest/test/mock_stepwise_negative_test.dart |
| +++ b/pkg/unittest/test/mock_stepwise_negative_test.dart |
| @@ -15,7 +15,7 @@ main() { |
| } |
| int total = 0; |
| logList.stepwiseValidate((log, pos) { |
| - return 0; |
| + return 0; |
| }); |
|
Siggi Cherem (dart-lang)
2014/01/30 01:20:03
consider changing this one as:
logList.stepwiseVal
Emily Fortuna
2014/01/30 01:27:53
+1
|
| }); |
| } |