Chromium Code Reviews

Unified Diff: samples/sample_extension/test_sample_asynchronous_extension.dart

Issue 18073003: dart:io | Add automated testing for samples/sample_extension to buildbot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add sample_extension to the targets of the runtime build. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « dart.gyp ('k') | samples/sample_extension/test_sample_synchronous_extension.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/sample_extension/test_sample_asynchronous_extension.dart
diff --git a/samples/sample_extension/test_sample_asynchronous_extension.dart b/samples/sample_extension/test_sample_asynchronous_extension.dart
index 6aedd580713a4328b6c6547f769b3ce47b890679..578525ee16b180abb772860da491678b3b95f40f 100644
--- a/samples/sample_extension/test_sample_asynchronous_extension.dart
+++ b/samples/sample_extension/test_sample_asynchronous_extension.dart
@@ -12,7 +12,6 @@ void check(bool condition, String message) {
}
}
-// TODO(3008): Run this test automatically on buildbot (dart:3008).
void main() {
RandomArray r = new RandomArray();
r.randomArray(17, 100).then((list_100) {
« no previous file with comments | « dart.gyp ('k') | samples/sample_extension/test_sample_synchronous_extension.dart » ('j') | no next file with comments »

Powered by Google App Engine