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

Unified Diff: runtime/vm/thread_test.cc

Issue 1310463005: - Ensure that HandleScope is initialized with a thread. (Remove (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address review comments Created 5 years, 4 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 | « runtime/vm/snapshot_test.cc ('k') | runtime/vm/timeline_test.cc » ('j') | 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 560aa1cb03734b77a9ffbca8c8ef3fae29e82371..545ed8a3546720a82f649a7c5d2755ea1043f7b7 100644
--- a/runtime/vm/thread_test.cc
+++ b/runtime/vm/thread_test.cc
@@ -385,7 +385,6 @@ TEST_CASE(SafepointTestDart) {
// organized by
// - helpers.
TEST_CASE(SafepointTestVM) {
- Thread* thread = Thread::Current();
Isolate* isolate = thread->isolate();
Mutex mutex;
intptr_t expected_count = 0;
@@ -415,7 +414,6 @@ TEST_CASE(SafepointTestVM) {
// - main thread, and
// - helpers.
TEST_CASE(SafepointTestVM2) {
- Thread* thread = Thread::Current();
Isolate* isolate = thread->isolate();
Mutex mutex;
intptr_t expected_count = 0;
« no previous file with comments | « runtime/vm/snapshot_test.cc ('k') | runtime/vm/timeline_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698