File tree 2 files changed +3
-2
lines changed
src/org/sosy_lab/java_smt/test
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : e =" http://ant.apache.org/ivy/extra"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : noNamespaceSchemaLocation =" http://ant.apache.org/ivy/schemas/ivy.xsd" >
6
- <info organisation =" org.sosy_lab" module =" javasmt " >
6
+ <info organisation =" org.sosy_lab" module =" java-smt " >
7
7
<license name =" The Apache Software License, Version 2.0" url =" http://www.apache.org/licenses/LICENSE-2.0.txt" />
8
8
9
9
<description homepage =" https://github.com/sosy-lab/java-smt" >
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ public class VariableNamesTest extends SolverBasedTest0 {
60
60
61
61
private static final ImmutableList <String > NAMES =
62
62
ImmutableList .of (
63
- "javasmt" ,
63
+ "java-smt" ,
64
+ "JavaSMT" ,
64
65
"sosylab" ,
65
66
"test" ,
66
67
"foo" ,
You can’t perform that action at this time.
0 commit comments