"vscode:/vscode.git/clone" did not exist on "79efd968bf7edb60667314750e101bbf99a0494e"
Commit eb261b4d authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Merge pull request #1176 from aninf-wo/hethi/typo

fix small typo in comment
parents ca102b1f 212f4d79
...@@ -72,7 +72,7 @@ class QueueTest : public testing::Test { ...@@ -72,7 +72,7 @@ class QueueTest : public testing::Test {
// accessed from sub-classes. // accessed from sub-classes.
// virtual void SetUp() will be called before each test is run. You // virtual void SetUp() will be called before each test is run. You
// should define it if you need to initialize the varaibles. // should define it if you need to initialize the variables.
// Otherwise, this can be skipped. // Otherwise, this can be skipped.
virtual void SetUp() { virtual void SetUp() {
q1_.Enqueue(1); q1_.Enqueue(1);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment