Chromium Code Reviews| Index: tests/language/src/ResourceTest.dart |
| diff --git a/tests/language/src/ResourceTest.dart b/tests/language/src/ResourceTest.dart |
| index 69493c27a635f774b73869963ab1f87561d5b904..46e7dfa2ad720ab362d5ac9b39b22098ac88c9ca 100644 |
| --- a/tests/language/src/ResourceTest.dart |
| +++ b/tests/language/src/ResourceTest.dart |
| @@ -2,6 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| +#library('ResourceTest'); |
|
Ivan Posva
2012/02/23 01:12:23
It would be preferable if the test harness would n
|
| #resource("http://www.dartlang.org"); |
| main() { |