Index: tests/compiler/dart2js/mirrors_test.dart |
diff --git a/tests/compiler/dart2js/mirrors_test.dart b/tests/compiler/dart2js/mirrors_test.dart |
index 5166b8ca5768b03fd7590fe1345b9a30abdcc457..721f7e06135ac192881a5f79ffa21250c982e8aa 100644 |
--- a/tests/compiler/dart2js/mirrors_test.dart |
+++ b/tests/compiler/dart2js/mirrors_test.dart |
@@ -36,7 +36,7 @@ DeclarationMirror findMirror(List<DeclarationMirror> list, String name) { |
main() { |
var scriptPath = new Path.fromNative(new Options().script); |
var dirPath = scriptPath.directoryPath; |
- var libPath = dirPath.join(new Path.fromNative('../../../sdk/lib')); |
+ var libPath = dirPath.join(new Path.fromNative('../../../sdk/')); |
var inputPath = dirPath.join(new Path.fromNative('mirrors_helper.dart')); |
var compilation = new Compilation.library([inputPath], libPath); |
Expect.isNotNull(compilation, "No compilation created"); |