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

Unified Diff: samples/sample_extension/test_sample_synchronous_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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: samples/sample_extension/test_sample_synchronous_extension.dart
diff --git a/samples/sample_extension/test_sample_synchronous_extension.dart b/samples/sample_extension/test_sample_synchronous_extension.dart
index cf68203c6dd60fcd8f72a2a1e387da1ed37078b7..6d8e057bacc5ab51f29d51035a4b20469e2607f9 100644
--- a/samples/sample_extension/test_sample_synchronous_extension.dart
+++ b/samples/sample_extension/test_sample_synchronous_extension.dart
@@ -12,7 +12,6 @@ void check(bool condition, String message) {
}
}
-// TODO(3008): Run this test automatically on buildbot (dart:3008).
void main() {
systemSrand(17);
var x1 = systemRand();

Powered by Google App Engine
This is Rietveld 408576698