Small cleanups, merge

This commit is contained in:
Gennadiy Civil
2018-01-08 16:14:06 -05:00
parent 3d27bdef53
commit 91ba05cc36
2 changed files with 5 additions and 2 deletions

View File

@@ -46,9 +46,9 @@
#include <limits.h>
#include <time.h>
#include "sample3-inl.h"
#include "gtest/gtest.h"
#include "sample1.h"
#include "sample3-inl.h"
namespace {
// In this sample, we want to ensure that every test finishes within
// ~5 seconds. If a test takes longer to run, we consider it a