Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
vasumv committed Sep 19, 2024
1 parent e94f057 commit f4d6d08
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package edu.berkeley.cs.jqf.examples.chocopy;

import chocopy.ChocoPy;
import chocopy.common.astnodes.Program;
import chocopy.reference.RefAnalysis;
import chocopy.reference.RefCodeGen;
Expand All @@ -13,7 +12,7 @@
import static org.junit.Assume.assumeTrue;

@RunWith(JQF.class)
public class SemanticAnalysisTest {
public class ChocoPyTest {

/** Entry point for fuzzing reference ChocoPy semantic analysis with ChocoPy code generator */
@Fuzz
Expand Down

0 comments on commit f4d6d08

Please sign in to comment.