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

Unified Diff: test/report_test.dart

Issue 1230903002: fixes #6, refactor to use AnalysisError/Listener throughout dev_compiler (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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 | « test/codegen/temps.dart ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/report_test.dart
diff --git a/test/report_test.dart b/test/report_test.dart
index f6f295d1a83893a94db0c4fc066372db9557af95..1d1d81e0f88febecc23090bf7bb7175b5a3dda5b 100644
--- a/test/report_test.dart
+++ b/test/report_test.dart
@@ -52,7 +52,7 @@ void main() {
var mainMessage = mainLib.messages[1];
expect(mainMessage.kind, "StaticTypeError");
- expect(mainMessage.level, "severe");
+ expect(mainMessage.level, "error");
expect(mainMessage.span.text, '"hi"');
expect(
mainMessage.span.context, ' x = /*severe:StaticTypeError*/"hi";\n');
« no previous file with comments | « test/codegen/temps.dart ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698