Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
bengardner committed Apr 14, 2012
1 parent 6274644 commit 088e4e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/input/cpp/func_call_chain.cpp
@@ -0,0 +1,7 @@
void f()
{
m_complete.back().m_replicas.clear();

m_complete.back().m_replicas.push_back(serverId);
m_pending.front().m_replicas.erase(r);
}
7 changes: 7 additions & 0 deletions tests/output/cpp/30257-func_call_chain.cpp
@@ -0,0 +1,7 @@
void f()
{
m_complete.back().m_replicas.clear();

m_complete.back().m_replicas.push_back(serverId);
m_pending.front().m_replicas.erase(r);
}

0 comments on commit 088e4e1

Please sign in to comment.