#!perl
use Cassandane::Tiny;

sub test_maxargssize_create ($self)
{
    $self->assert_cmd_bye_toobig('CREATE', "X" x 25, [ "X" x 25 ] );
}
