Skip to content

Commit 3e21caf

Browse files
committed
revert accidental push
1 parent 3c94dff commit 3e21caf

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

dotnet/test/common/CustomTestAttributes/IgnoreBrowserAttribute.cs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,3 @@ private static bool IsRemoteInstanceOfBrowser(Browser desiredBrowser)
9393
}
9494
}
9595
}
96-
97-
class C
98-
{
99-
public static bool AreDefault(int i, string j)
100-
{
101-
switch (i, j)
102-
{
103-
case (0, _):
104-
return true;
105-
106-
case (_, null):
107-
return true;
108-
109-
default:
110-
return false;
111-
}
112-
}
113-
}

0 commit comments

Comments
 (0)