]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: remove extraneous ")" after literal string for matcher 57093/head
authorKefu Chai <tchaikov@gmail.com>
Tue, 2 Apr 2024 10:15:14 +0000 (18:15 +0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 25 Apr 2024 13:43:34 +0000 (21:43 +0800)
commitc7895191ca26c70b6f07115b1d9ff3ddd436ca7c
tree9de056413d7289d270a9163924bb8bb8889582e9
parent8569dbc56cf93156bf974db0881cbc9781e410ea
test: remove extraneous ")" after literal string for matcher

this is a follow-up of fbbb336de961e433fc796dbdf6db650a836e9ef9,
which added an extraneous ")" at the end of the string literal.
and it breaks the build if ASan is enabled.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/test/ceph_crypto.cc