"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "33f3430d0c1d6c0ac90aa6f3ac62de108fda3f67"
Unverified Commit 02562103 authored by Ram Kumar K R's avatar Ram Kumar K R Committed by GitHub
Browse files

Update example to reflect the tests below

parent 6b74da47
......@@ -274,8 +274,8 @@ First, define a fixture class. By convention, you should give it the name
class QueueTest : public ::testing::Test {
protected:
void SetUp() override {
q0_.Enqueue(1);
q1_.Enqueue(2);
q1_.Enqueue(1);
q2_.Enqueue(2);
q2_.Enqueue(3);
}
......
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