Jannis 1 年之前
父节点
当前提交
aa4287ed55
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      IDE/src/TestManager.bf

+ 3 - 3
IDE/src/TestManager.bf

@@ -394,11 +394,11 @@ namespace IDE
 							{
 								if(i.StartsWith('\v'))
 								{
-									if(i == "\vSf")
+									if(i == "Sf")
 										testEntry.mShouldFail = true;
-									else if(i == "\vPr")
+									else if(i == "Pr")
 										testEntry.mProfile = true;
-									else if(i == "\vIg")
+									else if(i == "Ig")
 										testEntry.mIgnore = true;
 								}
 								else if(i.StartsWith("Name"))