Chromium Code Reviews| Index: tools/test.dart |
| diff --git a/tools/test.dart b/tools/test.dart |
| index 8ddf497676355c05131c9705bcaeee0090ceade0..1cbec7def745b447e7b7fec3e224a1431e5f6ec1 100755 |
| --- a/tools/test.dart |
| +++ b/tools/test.dart |
| @@ -56,7 +56,7 @@ |
| * basically add the directory here and you're done.) |
| */ |
| final TEST_SUITE_DIRECTORIES = const [ |
| - 'utils/tests/pub' |
| + 'utils/tests/pub', |
|
Bob Nystrom
2012/04/25 18:46:08
?
nweiz
2012/04/25 18:47:16
Relic from when the tests lived in tests/lib. Remo
|
| ]; |
| main() { |