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}
This commit is contained in:
Alessio Bazzica 2018-02-27 15:55:34 +01:00 committed by Commit Bot
parent 3c24ea8340
commit 68f4904ac9

View File

@ -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()