summaryrefslogtreecommitdiffstats
path: root/tests/test_util.h
diff options
context:
space:
mode:
authorCasey Dahlin <sadmac@google.com>2015-10-20 20:33:56 -0700
committerCasey Dahlin <sadmac@google.com>2015-10-21 13:37:47 -0700
commit80ada3d405cbf76797e007d5fc265d17315aa05c (patch)
tree97aadfa015a3b4333d63c5a664cc670321a7d455 /tests/test_util.h
parent0dd08af9e6145fb746e96e7ecc5e4c2096de3a6e (diff)
downloadandroid_system_tools_aidl-80ada3d405cbf76797e007d5fc265d17315aa05c.tar.gz
android_system_tools_aidl-80ada3d405cbf76797e007d5fc265d17315aa05c.tar.bz2
android_system_tools_aidl-80ada3d405cbf76797e007d5fc265d17315aa05c.zip
Add Diff helper
No more shelling out for diffs. This helper isn't as fancy but we can evolve it. Change-Id: I3cf6b15d78731e0db06afeda2475f987564ba9fa Test: unit tests Bug: 25130911 Signed-off-by: Casey Dahlin <sadmac@google.com>
Diffstat (limited to 'tests/test_util.h')
-rw-r--r--tests/test_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_util.h b/tests/test_util.h
index 4f8747a..6cd031e 100644
--- a/tests/test_util.h
+++ b/tests/test_util.h
@@ -33,6 +33,8 @@ void SplitPackageClass(const std::string& package_class,
std::string* package,
std::string* class_name);
+void PrintDiff(const std::string& a, const std::string& b);
+
} // namespace test
} // namespace android
} // namespace aidl