format-test.h -> gtest-extra.h

This commit is contained in:
Victor Zverovich
2014-05-02 07:23:25 -07:00
parent f912eace9e
commit f9eb0b8ba5
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
Tests of custom gtest assertions.
Tests of custom Google Test assertions.
Copyright (c) 2012-2014, Victor Zverovich
All rights reserved.
@@ -25,7 +25,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "format-test.h"
#include "gtest-extra.h"
#include <stdexcept>
#include <gtest/gtest-spi.h>