| // 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 "flutter/shell/platform/windows/testing/win32_flutter_window_test.h" | |
| #include "gtest/gtest.h" | |
| namespace flutter { | |
| namespace testing { | |
| TEST(Win32FlutterWindowTest, CreateDestroy) { | |
| Win32FlutterWindowTest window(800, 600); | |
| ASSERT_TRUE(TRUE); | |
| } | |
| } // namespace testing | |
| } // namespace flutter |