Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarshall-lerner <66791488+marshall-lerner@users.noreply.github.com>2022-02-11 23:16:30 +0300
committerGitHub <noreply@github.com>2022-02-11 23:16:30 +0300
commitc5e05466be3f8b644bd6a959a874c685dfd55a7f (patch)
tree4ba998f082bef7a1031296221d3203ec222d2ce1 /UnitTests
parent80093aaed44ac135215beb41bc6116ba95e25b47 (diff)
Update BreakpointsAndSteppingTests.cs
Add a slash
Diffstat (limited to 'UnitTests')
-rw-r--r--UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs b/UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs
index c69138b..2f3e3e9 100644
--- a/UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs
+++ b/UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs
@@ -1315,7 +1315,7 @@ namespace Mono.Debugging.Tests
store.FileRenamed ("fileName1.cs", "fileName2.cs");
var bps = store.GetBreakpoints ();
Assert.AreEqual (1, bps.Count);
- Assert.AreEqual (Environment.CurrentDirectory + "fileName2.cs", bps [0].FileName);
+ Assert.AreEqual (Environment.CurrentDirectory + "/fileName2.cs", bps [0].FileName);
}
}
}