blob: 80ee278c41439ea9d82b8b74ea4bcf76b0f5cbd1 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright (c) 2013 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.
-->
<link rel="import" href="/core/trace_model/event.html">
<script>
'use strict';
tv.b.unittest.testSuite(function() {
var Event = tv.c.trace_model.Event;
});
</script>