/** remove returns normally if poll succeeds */
 public void testRemoveS() {
   Succeed q = new Succeed();
   q.remove();
 }