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

Unified Diff: tests/language/checked_null_test.dart

Issue 11361093: Address Peter's comments in https://codereview.chromium.org/11361059, and fix a host-checked mode b… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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
Index: tests/language/checked_null_test.dart
===================================================================
--- tests/language/checked_null_test.dart (revision 14518)
+++ tests/language/checked_null_test.dart (working copy)
@@ -11,7 +11,7 @@
}
main() {
- Expect.throws(bar, (e) => e is NullPointerException);
+ Expect.throws(bar);
}
bar() {
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/universe/universe.dart ('k') | tests/language/typed_selector2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698