Fix hard-coded header path
authorLei Zhang <antiagainst@google.com>
Fri, 17 Nov 2017 21:33:32 +0000 (16:33 -0500)
committerLei Zhang <antiagainst@google.com>
Sat, 18 Nov 2017 00:54:55 +0000 (19:54 -0500)
commit4019bcfd5747874f6c00810ca871a49d5a2dbdd8
tree326727d850ccf57c88e0a9c99cc11388bd641740
parentdbf9b3762cd485d05387b495495e1a359da8ee37
Fix hard-coded header path

If SPIRV-Tools is used as an external project and have
googletest being kept in the same directory as it, we
won't have gmock-matchers.h in external/. This will
result in a compilation error.

Use gmock.h instead.
test/opt/ir_context_test.cpp