| // 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 |