blob: 03d2dfaa1d84bee162bebca6ed30ecb5420e5e52 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "stdio-tests.h"
namespace {
// The type of FILE* cannot be default-constructed, so we skip the
// TestDefaultConstructedView() test case.
TEST_ITERATION(ZbitlViewStdioTests, StdioTestTraits)
TEST_MUTATION(ZbitlViewStdioTests, StdioTestTraits)
TEST(ZbitlImageStdioTests, Appending) { ASSERT_NO_FATAL_FAILURE(TestAppending<StdioTestTraits>()); }
} // namespace