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

Unified Diff: test/cctest/test-semaphore.cc

Issue 277913002: Presubmit checks recover. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebasing Created 6 years, 7 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 | « test/cctest/test-api.cc ('k') | test/cctest/test-spaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-semaphore.cc
diff --git a/test/cctest/test-semaphore.cc b/test/cctest/test-semaphore.cc
index 895303f4f877188c8b06a249c94e0480e74bcde0..fd1629c0328091373ff8049af45663ac9a34e86f 100644
--- a/test/cctest/test-semaphore.cc
+++ b/test/cctest/test-semaphore.cc
@@ -37,7 +37,7 @@ using namespace ::v8::internal;
class WaitAndSignalThread V8_FINAL : public Thread {
- public:
+ public:
explicit WaitAndSignalThread(Semaphore* semaphore)
: Thread("WaitAndSignalThread"), semaphore_(semaphore) {}
virtual ~WaitAndSignalThread() {}
@@ -52,7 +52,7 @@ class WaitAndSignalThread V8_FINAL : public Thread {
}
}
- private:
+ private:
Semaphore* semaphore_;
};
@@ -115,7 +115,7 @@ static Semaphore used_space(0);
class ProducerThread V8_FINAL : public Thread {
- public:
+ public:
ProducerThread() : Thread("ProducerThread") {}
virtual ~ProducerThread() {}
@@ -130,7 +130,7 @@ class ProducerThread V8_FINAL : public Thread {
class ConsumerThread V8_FINAL : public Thread {
- public:
+ public:
ConsumerThread() : Thread("ConsumerThread") {}
virtual ~ConsumerThread() {}
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/cctest/test-spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698