commit-bot@chromium.org | 6169f2b | 2014-01-31 00:04:25 +0000 | [diff] [blame] | 1 | /* |
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 | |||||
11 | DEF_TEST(Tracing, reporter) { | ||||
12 | TRACE_EVENT0("skia.testing", "just a test"); | ||||
13 | } |