"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "c80e0593454411ad38205cc76134d6a0dd70032e"
Commit 7eae8de0 authored by Copybara-Service's avatar Copybara-Service
Browse files

Merge pull request #3723 from ramkumar-kr:patch-1

PiperOrigin-RevId: 423920083
Change-Id: I5e172813387f841d5a6c56eea155b876a465d208
parents f64cf6b7 02562103
......@@ -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