gtest-typed-test2_test.cc (googletest-release-1.11.0) | : | gtest-typed-test2_test.cc (googletest-release-1.12.0) | ||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | |||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |||
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | |||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
#include <vector> | #include <vector> | |||
#include "test/gtest-typed-test_test.h" | ||||
#include "gtest/gtest.h" | #include "gtest/gtest.h" | |||
#include "test/gtest-typed-test_test.h" | ||||
// Tests that the same type-parameterized test case can be | // Tests that the same type-parameterized test case can be | |||
// instantiated in different translation units linked together. | // instantiated in different translation units linked together. | |||
// (ContainerTest is also instantiated in gtest-typed-test_test.cc.) | // (ContainerTest is also instantiated in gtest-typed-test_test.cc.) | |||
INSTANTIATE_TYPED_TEST_SUITE_P(Vector, ContainerTest, | INSTANTIATE_TYPED_TEST_SUITE_P(Vector, ContainerTest, | |||
testing::Types<std::vector<int> >); | testing::Types<std::vector<int> >); | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |