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

Unified Diff: pkg/polymer/test/build/script_compactor_test.dart

Issue 513023002: Step one towards stable error messages with details: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | « pkg/polymer/test/build/log_injector_test.dart ('k') | pkg/polymer/test/build/unique_message_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/build/script_compactor_test.dart
diff --git a/pkg/polymer/test/build/script_compactor_test.dart b/pkg/polymer/test/build/script_compactor_test.dart
index 58c6c2fe5002452a5c9eb60b0577ccd1501e32d2..9d98debbe135fa218b57ab5face602c889006969 100644
--- a/pkg/polymer/test/build/script_compactor_test.dart
+++ b/pkg/polymer/test/build/script_compactor_test.dart
@@ -8,6 +8,7 @@ import 'dart:convert';
import 'package:code_transformers/tests.dart' show testingDartSdkDirectory;
import 'package:polymer/src/build/common.dart';
+import 'package:polymer/src/build/messages.dart';
import 'package:polymer/src/build/script_compactor.dart';
import 'package:smoke/codegen/generator.dart' show DEFAULT_IMPORTS;
import 'package:unittest/compact_vm_config.dart';
@@ -504,7 +505,7 @@ initializerTestsExperimental(phases) {
}, {}, [
'warning: The parameter to @CustomTag seems to be invalid. '
'(web/a.dart 2 11)',
- 'warning: $NO_INITIALIZERS_ERROR',
+ 'warning: ${NO_INITIALIZATION.snippet}',
]);
testPhases(
@@ -557,7 +558,7 @@ initializerTestsExperimental(phases) {
'}\n'
'main(){}',
}, {}, [
- 'warning: $NO_INITIALIZERS_ERROR',
+ 'warning: ${NO_INITIALIZATION.snippet}',
]);
testPhases(
« no previous file with comments | « pkg/polymer/test/build/log_injector_test.dart ('k') | pkg/polymer/test/build/unique_message_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698