Index: tests/utils/dummy_compiler_test.dart |
diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart |
index 2d34e80d000e62e84dad9ca72baa839f5625c000..d0a7797d42537ea071ae648bed7ee364be0b6aa7 100644 |
--- a/tests/utils/dummy_compiler_test.dart |
+++ b/tests/utils/dummy_compiler_test.dart |
@@ -56,8 +56,8 @@ void handler(Uri uri, int begin, int end, String message, Diagnostic kind) { |
main() { |
String code = compile(new Uri.fromComponents(scheme: 'main'), |
- new Uri.fromComponents(scheme: 'lib'), |
- new Uri.fromComponents(scheme: 'package'), |
+ new Uri.fromComponents(scheme: 'lib', path: '/'), |
+ new Uri.fromComponents(scheme: 'package', path: '/'), |
provider, handler).value; |
if (code === null) { |
throw 'Compilation failed'; |