aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RefCntTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/RefCntTest.cpp')
-rw-r--r--tests/RefCntTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RefCntTest.cpp b/tests/RefCntTest.cpp
index 36915932b3..d5be62170b 100644
--- a/tests/RefCntTest.cpp
+++ b/tests/RefCntTest.cpp
@@ -334,7 +334,7 @@ DEF_TEST(sk_sp, reporter) {
struct StructB : public SkRefCnt {
sk_sp<StructA> a;
- ~StructB() override {}; // Some clang versions don't emit this implicitly.
+ ~StructB() override {} // Some clang versions don't emit this implicitly.
};
// Create a reference cycle.