1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Wasm test attribute fix

This commit is contained in:
Brian Fiete 2024-10-26 06:24:22 -04:00
parent e263f3a37f
commit 0e2f49fd12

View file

@ -134,8 +134,6 @@ namespace System
testEntry.mColumn = int32.Parse(cmdParts[4]).Get();
List<StringView> attributes = scope .(attribs.Split('\a'));
for(var i in attributes)
{
if(i.StartsWith('\v'))
{
if (i == "Sf")
testEntry.mShouldFail = true;
@ -143,7 +141,6 @@ namespace System
testEntry.mProfile = true;
else if (i == "Ig")
testEntry.mIgnore = true;
}
else if(i.StartsWith("Name"))
{
testEntry.mName.Clear();