summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter_common.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/interpreter/interpreter_common.cc
parentdd668730cf052178c679119dfc932b4db354c835 (diff)
downloadart-4fa0bcd2142793e1f105b24b658de3635652b957.zip
art-4fa0bcd2142793e1f105b24b658de3635652b957.tar.gz
art-4fa0bcd2142793e1f105b24b658de3635652b957.tar.bz2
Remove unneeded quoting
Change-Id: I87f452e338bd4ff0587e3fc7b0bec3f08a1e7fe6
Diffstat (limited to 'runtime/interpreter/interpreter_common.cc')
-rw-r--r--runtime/interpreter/interpreter_common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_common.cc b/runtime/interpreter/interpreter_common.cc
index ca066b6..5b9e55f 100644
--- a/runtime/interpreter/interpreter_common.cc
+++ b/runtime/interpreter/interpreter_common.cc
@@ -188,7 +188,7 @@ bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame,
} else {
self->ThrowNewExceptionF(shadow_frame.GetCurrentLocationForThrow(),
"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(componentClass).c_str());
}
return false;