chromium/base/strings/stringize_macros_unittest.cc

// Copyright 2010 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/strings/stringize_macros.h"

#include "testing/gtest/include/gtest/gtest.h"

// Macros as per documentation in header file.
#define PREPROCESSOR_UTIL_UNITTEST_A
#define PREPROCESSOR_UTIL_UNITTEST_B(x)
#define PREPROCESSOR_UTIL_UNITTEST_C

TEST(StringizeTest, Ansi) {}