IClipboard tests for NotSupportedException

This commit is contained in:
Charlie Kindel
2022-11-08 20:44:04 -07:00
parent 66184a09c1
commit aca4ab3eae
6 changed files with 45 additions and 17 deletions

View File

@@ -518,7 +518,7 @@ namespace Terminal.Gui.Views {
[AutoInitShutdown]
public void FileDialog_FileSystemWatcher ()
{
for (int i = 0; i < 256; i++) {
for (int i = 0; i < 8; i++) {
var fd = new FileDialog ();
fd.Ready += () => Application.RequestStop ();
Application.Run (fd);