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

Unified Diff: mojo/dart/embedder/test/run_dart_tests.cc

Issue 1414483010: Dart: Use a RawReceivePort to receive events for Mojo handles. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « mojo/dart/embedder/io/socket_patch.dart ('k') | mojo/dart/test/bindings_generation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/test/run_dart_tests.cc
diff --git a/mojo/dart/embedder/test/run_dart_tests.cc b/mojo/dart/embedder/test/run_dart_tests.cc
index d58f94229fbd2780f13a4fbc8eb2ff955f5b4228..c6315af25e585daaaa66ced8e58f94ed3ff38661 100644
--- a/mojo/dart/embedder/test/run_dart_tests.cc
+++ b/mojo/dart/embedder/test/run_dart_tests.cc
@@ -117,10 +117,6 @@ TEST(DartTest, codec_test) {
RunTest("codec_test.dart");
}
-TEST(DartTest, handle_watcher_test) {
- RunTest("handle_watcher_test.dart");
-}
-
TEST(DartTest, bindings_generation_test) {
RunTest("bindings_generation_test.dart");
}
« no previous file with comments | « mojo/dart/embedder/io/socket_patch.dart ('k') | mojo/dart/test/bindings_generation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698