Chromium Code Reviews| Index: tools/test.dart |
| diff --git a/tools/test.dart b/tools/test.dart |
| index b92642db106c7a15ad18fe6cdef5725e5aeea706..4ea896ab3811eb02b72cd7972a5025598890dd5c 100644 |
| --- a/tools/test.dart |
| +++ b/tools/test.dart |
| @@ -58,6 +58,7 @@ final TEST_SUITE_DIRECTORIES = [ |
| new Path('tests/unsorted'), |
| new Path('tests/language'), |
| new Path('tests/simple_system'), |
| + new Path('samples'), |
| ]; |
| void testConfigurations(List<Map> configurations) { |