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

Unified Diff: tests/compiler/dart2js/exit_code_test.dart

Issue 195893030: Remove warnings from type mirrors and add argument checks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 | « tests/compiler/dart2js/dart2js.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/exit_code_test.dart
diff --git a/tests/compiler/dart2js/exit_code_test.dart b/tests/compiler/dart2js/exit_code_test.dart
index fd5c38f8331c22118650efb8a2fa10c827e2af28..4db2ecd5e8a479d42c7550d9e7830c2eeccaf7a3 100644
--- a/tests/compiler/dart2js/exit_code_test.dart
+++ b/tests/compiler/dart2js/exit_code_test.dart
@@ -218,6 +218,7 @@ Future testExitCodes(String marker, Map<String,int> expectedExitCodes) {
}
void main() {
+ // TODO(johnniwinther): implement this test for unchecked mode.
bool isCheckedMode = false;
assert(isCheckedMode = true);
Expect.isTrue(isCheckedMode, 'This test must be run in checked mode.');
« no previous file with comments | « tests/compiler/dart2js/dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698