Adding gtest-spi.h in webrtc/test/gtest.h
The additional include is needed in order to use EXPECT_NONFATAL_FAILURE()
in unit tests.
Bug: webrtc:8948
Change-Id: If5b9ceb89a3a36480657d094cfabc81c9b0e15b7
Reviewed-on: https://webrtc-review.googlesource.com/58096
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Alessio Bazzica <alessiob@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22227}
diff --git a/test/gtest.h b/test/gtest.h
index 928ec49..fa43964 100644
--- a/test/gtest.h
+++ b/test/gtest.h
@@ -14,6 +14,7 @@
#include "rtc_base/ignore_wundef.h"
RTC_PUSH_IGNORING_WUNDEF()
+#include "testing/gtest/include/gtest/gtest-spi.h"
#include "testing/gtest/include/gtest/gtest.h"
RTC_POP_IGNORING_WUNDEF()