/*
  * 1 covered goal:
  * 1 nu.staldal.lagoon.core.OutputEntry.setSourceManager(Lnu/staldal/lagoon/core/SourceManager;)V: root-Branch
  */
 @Test
 public void test3() throws Throwable {
   OutputEntry outputEntry0 = new OutputEntry();
   outputEntry0.setSourceManager((SourceManager) null);
 }