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

Unified Diff: recipes/test/all_tests.dart

Issue 12335109: Strings recipes for the Dart Cookbook (Closed) Base URL: https://github.com/dart-lang/cookbook.git@master
Patch Set: Numerous minor changes based on reviewers' comments. Created 7 years, 9 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: recipes/test/all_tests.dart
diff --git a/recipes/test/all_tests.dart b/recipes/test/all_tests.dart
new file mode 100644
index 0000000000000000000000000000000000000000..89b65313dd9fb03e2118d375c276c44c05fba0b1
--- /dev/null
+++ b/recipes/test/all_tests.dart
@@ -0,0 +1,6 @@
+import "package:unittest/unittest.dart";
+import "core/core_test.dart" as core_test;
+
+void main() {
+ core_test.main();
+}

Powered by Google App Engine
This is Rietveld 408576698