1
0
Fork 0

Configure vscode file associations, use hpp instead of h

This commit is contained in:
Fred Sundvik 2017-07-02 21:46:35 +03:00 committed by Jack Humbert
parent 631c09e976
commit 67f722c9c8
11 changed files with 17 additions and 11 deletions

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "test_common.h"
#include "test_common.hpp"
using testing::_;
using testing::Return;