Skip to content

Commit e767a9f

Browse files
Remove "exit" from the list of legal variable names in VariableNamesTest
1 parent f96547b commit e767a9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/org/sosy_lab/java_smt/test/VariableNamesTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public class VariableNamesTest extends SolverBasedTest0.ParameterizedSolverBased
4949
"bar",
5050
"baz",
5151
"declare",
52-
"exit",
5352
"(exit)",
5453
"!=",
5554
"~",

0 commit comments

Comments
 (0)