)]}'
{
  "commit": "ed70caf6a576674e76c8ab31f2e2dbcbd3386dc1",
  "tree": "bf0d10de5214503fbe465353fa3e724815a476a2",
  "parents": [
    "f9e8da1d0645dbfd376e37ea964cf551c2b74ad4"
  ],
  "author": {
    "name": "Ben Clayton",
    "email": "bclayton@google.com",
    "time": "Mon Dec 14 20:16:29 2020 +0000"
  },
  "committer": {
    "name": "Commit Bot service account",
    "email": "commit-bot@chromium.org",
    "time": "Mon Dec 14 20:16:29 2020 +0000"
  },
  "message": "Improve error messages raised by SpvParserTest\n\n    EXPECT_THAT(xxx, Eq(yyy)) \u003c\u003c ToString(xxx);\n\nis a less-idiomatic way of writing:\n\n    EXPECT_EQ(xxx, yyy);\n\nThe latter also provides a diff when two strings do not match.\n\nRefactor these to:\n\n    auto got \u003d xxx;\n    auto expect \u003d yyy;\n    EXPECT_EQ(got, expect);\n\nSo that the error message clearly shows which one is the generated, and which one is the reference.\n\nChange-Id: I781437ee63abdff3a67798b09e958be603c21313\nReviewed-on: https://dawn-review.googlesource.com/c/tint/+/35507\nCommit-Queue: Ben Clayton \u003cbclayton@google.com\u003e\nReviewed-by: dan sinclair \u003cdsinclair@chromium.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "74803fa9e63280511e0da3b17d6b870dfb89c8ff",
      "old_mode": 33188,
      "old_path": "src/reader/spirv/function_var_test.cc",
      "new_id": "96fab3731b4645f8aa28431a8d54f5abfdb4c30e",
      "new_mode": 33188,
      "new_path": "src/reader/spirv/function_var_test.cc"
    }
  ]
}
