mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-27 02:10:15 +00:00
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.
This commit is contained in:
parent
dbf9b3762c
commit
4019bcfd57
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include <external/googletest/googlemock/include/gmock/gmock-matchers.h>
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <algorithm>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user