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

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

Issue 996923003: Dart: Better handle leak checks. close() is async. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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: 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 d4cbb26d95c38f380271d55b20482a532cad55d4..9a54eabdd2401e2b9e1591255b82d9b584a08510 100644
--- a/mojo/dart/embedder/test/run_dart_tests.cc
+++ b/mojo/dart/embedder/test/run_dart_tests.cc
@@ -121,10 +121,6 @@ TEST(DartTest, handle_watcher_test) {
RunTest("handle_watcher_test.dart", false, nullptr, 0);
}
-TEST(DartTest, interface_test) {
zra 2015/03/10 20:59:45 This test doesn't make sense anymore now that bind
- RunTest("interface_test.dart", false, nullptr, 0);
-}
-
TEST(DartTest, bindings_generation_test) {
RunTest("bindings_generation_test.dart", false, nullptr, 0);
}

Powered by Google App Engine
This is Rietveld 408576698