blob: ead90b2eaa5725ecaad744e6c960abd9d962b17d [file] [log] [blame]
// Copyright 2013 The Flutter 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 "gtest/gtest.h"
namespace flutter {
namespace testing {
// An empty test added to make this binary buildable on platforms that do not
// have any GPU surface test cases.
TEST(GPUSurface, Empty) {}
} // namespace testing
} // namespace flutter