Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Aug 13, 2024
1 parent de27013 commit d4ea91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/sat/csharp/SatSolverTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ public void TestInterval()
[Fact]
public void TestHint()
{
output_.WriteLine("TestInterval test");
output_.WriteLine("TestHint test");
CpModel model = new CpModel();
IntVar v = model.NewIntVar(-10, 10, "v");
BoolVar b = model.NewBoolVar("b");
Expand Down

0 comments on commit d4ea91c

Please sign in to comment.