summaryrefslogtreecommitdiff
path: root/src/exception_test.cc
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2011-08-17 16:28:14 -0700
committer Brian Carlstrom <bdc@google.com> 2011-08-17 21:51:13 -0700
commitf734cf55d510976f4862b15e35fc86eae2a3daf8 (patch)
treecdb1077841e6be87353c27f2a30d352ac627663a /src/exception_test.cc
parent0af5543f8ea20c3e655b2d748a1b7dcf283792fe (diff)
Add ParsedOptions test (and migrate RuntimeTest to CommonTest)
Change-Id: Ic338520dfaca2228260e546ed1522c37b83f42ac
Diffstat (limited to 'src/exception_test.cc')
-rw-r--r--src/exception_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception_test.cc b/src/exception_test.cc
index ae1546f331..e2f97c0a9c 100644
--- a/src/exception_test.cc
+++ b/src/exception_test.cc
@@ -60,7 +60,7 @@ static const char kMyClassExceptionHandleDex[] =
"AQAAABgCAAABEAAAAQAAADgCAAACIAAADQAAAD4CAAADIAAABAAAAN4CAAAEIAAAAQAAAAEDAAAA"
"IAAAAgAAAAkDAAAAEAAAAQAAACgDAAA=";
-class ExceptionTest : public RuntimeTest {
+class ExceptionTest : public CommonTest {
};
TEST_F(ExceptionTest, MyClass_F_G) {