Odd dlg thing

This commit is contained in:
Tig
2024-04-21 12:02:48 -06:00
parent 745af27a27
commit 7cb9d3e60d

View File

@@ -1334,7 +1334,7 @@ public class DialogTests
int width = buttonRow.Length;
d.SetBufferSize (buttonRow.Length, 3);
(runstate, Dialog _) = RunButtonTestDialog (title, width, Justification.Centered, null);
(runstate, Dialog dlg) = RunButtonTestDialog (title, width, Justification.Centered, null);
TestHelpers.AssertDriverContentsWithFrameAre ($"{buttonRow}", _output);
End (runstate);