blob: 94f27e7749b0c6d6baba364d989f3e5c1521664c [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import '../../../examples/rendering/sector_layout.dart';
import '../resources/display_list.dart';
void main() {
new TestRenderView(buildSectorExample()).endTest();
}