]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test: add failing denc tests for enums
authorCasey Bodley <cbodley@redhat.com>
Mon, 2 Mar 2020 20:15:38 +0000 (15:15 -0500)
committerCasey Bodley <cbodley@redhat.com>
Mon, 2 Mar 2020 20:41:09 +0000 (15:41 -0500)
commite1d9ba3cf902a5ddca877a0827f1a10150b40a3c
treeb191e8cc4949079be148f53abe2e965907a86895
parentef8eeb59e204a870f4b9f41e7cbcd5767cb03f61
test: add failing denc tests for enums

all but the 8-bit enums fail to compile because they don't match the
traits specialization for underlying_type

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/test/test_denc.cc