1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00
This commit is contained in:
Jannis 2024-08-14 09:11:29 +00:00 committed by GitHub
parent 1f6e15bef7
commit aa4287ed55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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