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

Unified Diff: runtime/vm/thread_test.cc

Issue 1754833002: Fix thread test. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread_test.cc
diff --git a/runtime/vm/thread_test.cc b/runtime/vm/thread_test.cc
index 314af0dc491fe19185e53dffcaba420ef411f89d..a20d7a4446766f2ff2908dc05a26ce0606d40051 100644
--- a/runtime/vm/thread_test.cc
+++ b/runtime/vm/thread_test.cc
@@ -44,7 +44,6 @@ UNIT_TEST_CASE(Monitor) {
thread->DisableThreadInterrupts();
Monitor* monitor = new Monitor();
monitor->Enter();
- EXPECT_EQ(false, monitor->TryEnter());
monitor->Exit();
EXPECT_EQ(true, monitor->TryEnter());
monitor->Exit();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698