summaryrefslogtreecommitdiff
path: root/test/java/Issue2846.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/java/Issue2846.java')
-rw-r--r--test/java/Issue2846.java33
1 files changed, 17 insertions, 16 deletions
diff --git a/test/java/Issue2846.java b/test/java/Issue2846.java
index 3f7228df7..c7be5e718 100644
--- a/test/java/Issue2846.java
+++ b/test/java/Issue2846.java
@@ -1,19 +1,20 @@
-/********************* */
-/*! \file Issue2846.java
- ** \verbatim
- ** Top contributors (to current version):
- ** Andres Noetzli, Morgan Deters
- ** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
- ** in the top-level source directory and their institutional affiliations.
- ** All rights reserved. See the file COPYING in the top-level source
- ** directory for licensing information.\endverbatim
- **
- ** \brief Test case for issue #2846
- **
- ** This test case tests whether the dependency information for keeping the
- ** ExprManager alive is maintained correctly.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Andres Noetzli, Morgan Deters
+ *
+ * This file is part of the cvc5 project.
+ *
+ * Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
+ * in the top-level source directory and their institutional affiliations.
+ * All rights reserved. See the file COPYING in the top-level source
+ * directory for licensing information.
+ * ****************************************************************************
+ *
+ * Test case for issue #2846
+ *
+ * This test case tests whether the dependency information for keeping the
+ * ExprManager alive is maintained correctly.
+ */
import edu.stanford.CVC4.*;
import org.junit.Test;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback