summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/entrypoint_utils.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-12-10 11:24:21 -0800
committerBrian Carlstrom <bdc@google.com>2013-12-10 11:24:21 -0800
commit4fa0bcd2142793e1f105b24b658de3635652b957 (patch)
tree6d65a1fe48a8914e86ff63549429edd820412d21 /runtime/entrypoints/entrypoint_utils.cc
parentdd668730cf052178c679119dfc932b4db354c835 (diff)
downloadart-4fa0bcd2142793e1f105b24b658de3635652b957.zip
art-4fa0bcd2142793e1f105b24b658de3635652b957.tar.gz
art-4fa0bcd2142793e1f105b24b658de3635652b957.tar.bz2
Remove unneeded quoting
Change-Id: I87f452e338bd4ff0587e3fc7b0bec3f08a1e7fe6
Diffstat (limited to 'runtime/entrypoints/entrypoint_utils.cc')
-rw-r--r--runtime/entrypoints/entrypoint_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/entrypoints/entrypoint_utils.cc b/runtime/entrypoints/entrypoint_utils.cc
index 2806f94..3ab8888 100644
--- a/runtime/entrypoints/entrypoint_utils.cc
+++ b/runtime/entrypoints/entrypoint_utils.cc
@@ -57,7 +57,7 @@ static inline mirror::Class* CheckFilledNewArrayAlloc(uint32_t type_idx, mirror:
ThrowLocation throw_location = self->GetCurrentLocationForThrow();
DCHECK(throw_location.GetMethod() == referrer);
self->ThrowNewExceptionF(throw_location, "Ljava/lang/InternalError;",
- "Found type %s; filled-new-array not implemented for anything but \'int\'",
+ "Found type %s; filled-new-array not implemented for anything but 'int'",
PrettyDescriptor(klass).c_str());
}
return nullptr; // Failure