blob: 730a46ce4d734a04ea18d68de6031b7e51d3d506 [file] [log] [blame]
commit-bot@chromium.org6169f2b2014-01-31 00:04:25 +00001/*
2 * Copyright 2014 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#include "SkTraceEvent.h"
9#include "Test.h"
10
11DEF_TEST(Tracing, reporter) {
12 TRACE_EVENT0("skia.testing", "just a test");
13}