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

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

Issue 15643004: Fix breakages from r23266 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | utils/apidoc/html_diff.dart » ('j') | utils/apidoc/html_diff.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/mirrors_metadata_test.dart
diff --git a/tests/compiler/dart2js/mirrors_metadata_test.dart b/tests/compiler/dart2js/mirrors_metadata_test.dart
index bf3b2e1e47d023ffb1fd20f3216aa1e4e94d6488..22b0c8144ac7c8ddec2dc62a799dfc5367be838c 100644
--- a/tests/compiler/dart2js/mirrors_metadata_test.dart
+++ b/tests/compiler/dart2js/mirrors_metadata_test.dart
@@ -12,7 +12,7 @@ import '../../../sdk/lib/_internal/compiler/implementation/source_file_provider.
import 'mock_compiler.dart';
const String SOURCE = 'source';
-const Uri SOURCE_URI = const Uri.fromComponents(scheme: SOURCE, path: SOURCE);
+Uri SOURCE_URI = new Uri(scheme: SOURCE, path: SOURCE);
floitsch 2013/05/28 14:50:40 mark it as final.
Søren Gjesse 2013/05/28 15:15:55 Done.
MirrorSystem createMirrorSystem(String source) {
MockCompiler compiler = new MockCompiler(
« no previous file with comments | « no previous file | utils/apidoc/html_diff.dart » ('j') | utils/apidoc/html_diff.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698