aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-01-17 08:18:02 -0500
committerGravatar Mike Klein <mtklein@chromium.org>2017-01-17 13:43:28 +0000
commitde3eacb023daa4ee54235b98a0a7521d0273948e (patch)
treea9efd7ea7a7a736db83d2322c9528c86287d6a70
parent6441a4645be53e124ec88b8f6c59b8ca2ca4b427 (diff)
Temporarily restore FixedAllocTest.cpp
This adds it back as an empty file, so that the existing Android DM build keeps working. We can remove it once DM's Android build config is generated with gn_to_bp.py too. Change-Id: I27b8ff480044a0824d24395c4498bf593cdd9747 Reviewed-on: https://skia-review.googlesource.com/7102 Reviewed-by: Mike Klein <mtklein@chromium.org>
-rw-r--r--tests/FixedAllocTest.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/FixedAllocTest.cpp b/tests/FixedAllocTest.cpp
new file mode 100644
index 0000000000..2c95e628cb
--- /dev/null
+++ b/tests/FixedAllocTest.cpp
@@ -0,0 +1,8 @@
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+// Temporary. When gn_to_bp.py works for DM, we can remove this.