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

Unified Diff: lib/test.dart

Issue 1960503002: Fix all strong-mode errors and warnings. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: .analysis_options Created 4 years, 7 months 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 | « lib/src/utils.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/test.dart
diff --git a/lib/test.dart b/lib/test.dart
index 8a84ed9064b1c9522859fa64ae3b78be7817f73f..5e6cae4e93e86561426bc0d9ce7ca9584049b7ae 100644
--- a/lib/test.dart
+++ b/lib/test.dart
@@ -65,7 +65,7 @@ Declarer get _declarer {
var success = await engine.run();
// TODO(nweiz): Set the exit code on the VM when issue 6943 is fixed.
- if (success) return;
+ if (success) return null;
print('');
new Future.error("Dummy exception to set exit code.");
});
« no previous file with comments | « lib/src/utils.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698