diff --git a/Content.Tests/DMProject/Broken Tests/Tree/pathop_lhs.dm b/Content.Tests/DMProject/Broken Tests/Tree/pathop_lhs.dm deleted file mode 100644 index 92520fa2ee..0000000000 --- a/Content.Tests/DMProject/Broken Tests/Tree/pathop_lhs.dm +++ /dev/null @@ -1,15 +0,0 @@ - -//# issue 617 - -/atom/movable - var/paths = list() - top - - proc/do_assign() - paths += .top - -/proc/RunTest() - var/atom/movable/t = new - t.do_assign() - ASSERT(length(t.paths) == 1) - ASSERT(t.paths[1] == /atom/movable/top) diff --git a/Content.Tests/DMProject/Broken Tests/Expression/String/raw1.dm b/Content.Tests/DMProject/Tests/Expression/String/raw1.dm similarity index 100% rename from Content.Tests/DMProject/Broken Tests/Expression/String/raw1.dm rename to Content.Tests/DMProject/Tests/Expression/String/raw1.dm