Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: tools/test.dart

Issue 967883004: Replace string uses with code units in Json parser. (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698