add more tests - they all pass on windows / vs2017

This commit is contained in:
greg
2019-03-25 21:18:16 -04:00
parent 6968d22348
commit c043f2b363
13 changed files with 3027 additions and 75 deletions
+5 -5
View File
@@ -12,13 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef ABSL_CONTAINER_INTERNAL_TEST_INSTANCE_TRACKER_H_
#define ABSL_CONTAINER_INTERNAL_TEST_INSTANCE_TRACKER_H_
#ifndef PHMAP_CONTAINER_INTERNAL_TEST_INSTANCE_TRACKER_H_
#define PHMAP_CONTAINER_INTERNAL_TEST_INSTANCE_TRACKER_H_
#include <cstdlib>
#include <ostream>
namespace absl {
namespace phmap {
namespace test_internal {
// A type that counts number of occurences of the type, the live occurrences of
@@ -257,6 +257,6 @@ class MovableOnlyInstance : public BaseCountedInstance {
};
} // namespace test_internal
} // namespace absl
} // namespace phmap
#endif // ABSL_CONTAINER_INTERNAL_TEST_INSTANCE_TRACKER_H_
#endif // PHMAP_CONTAINER_INTERNAL_TEST_INSTANCE_TRACKER_H_