Add test for BasicBlockGraphBuilder::DebugString.#364
Add test for BasicBlockGraphBuilder::DebugString.#364virajbshah wants to merge 2 commits intogoogle:mainfrom
BasicBlockGraphBuilder::DebugString.#364Conversation
* Add a test to make sure `DebugString` returns something reasonable.
|
Is this supposed to be stacked on the PR with the fix? |
|
Yes, the expected output matches the fixed list string representation. |
This includes the change in the PR that does the fix. I was mainly asking to confirm that you plan on landing the lower one first. If you use a tool like |
Yeah, ideally I'd have this PR have its base point to the branch corresponding to the PR with the
I'm currently using |
You can fix that by creating branches in the main repository (ie google/gematria), not your fork.
You need a tool that explicitly has support for Github's way of doing things. |
boomanaiden154
left a comment
There was a problem hiding this comment.
LGTM after a rebase.
DebugStringreturns something reasonable.