Skip to content

Commit c71b9a0

Browse files
committed
fix
1 parent cfe3221 commit c71b9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ortools/sat/csharp/SatSolverTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ public void LinearExprNotBoolVarOperatorTest()
631631
{
632632
Console.WriteLine("LinearExprBoolVarNotOperatorTest");
633633
CpModel model = new CpModel();
634-
ILiteral v = model.NewBoolVar("v");TestInter
634+
ILiteral v = model.NewBoolVar("v");
635635
e = v.NotAsExpr() - 1;
636636
Console.WriteLine(e);
637637
}

0 commit comments

Comments
 (0)