Index: tests/compiler/dart2js/mirrors_test.dart |
diff --git a/tests/compiler/dart2js/mirrors_test.dart b/tests/compiler/dart2js/mirrors_test.dart |
index 98cfac26e03727b78f350a025f3e6fb637e9a1f8..6fc2094ae5230f9ae2ea5f8567a5d01965173fcf 100644 |
--- a/tests/compiler/dart2js/mirrors_test.dart |
+++ b/tests/compiler/dart2js/mirrors_test.dart |
@@ -12,7 +12,7 @@ import '../../../sdk/lib/_internal/compiler/implementation/source_file_provider. |
import 'dart:io'; |
-Uri DART_MIRRORS_URI = new Uri(scheme: 'dart', path: 'mirrors'); |
+final Uri DART_MIRRORS_URI = new Uri(scheme: 'dart', path: 'mirrors'); |
int count(Iterable iterable) { |
var count = 0; |