aboutsummaryrefslogtreecommitdiffstats
path: root/t/03-Shared_GUI.t
diff options
context:
space:
mode:
Diffstat (limited to 't/03-Shared_GUI.t')
-rw-r--r--t/03-Shared_GUI.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/03-Shared_GUI.t b/t/03-Shared_GUI.t
index df90b119..edc15a02 100644
--- a/t/03-Shared_GUI.t
+++ b/t/03-Shared_GUI.t
@@ -45,8 +45,9 @@ SKIP: {
list => [
map {
{
+ id => $_,
text=>'item 1',
- val=>\$_
+ val => \$_
},
} (1,0,1,0)],
}), 'ask_multiple_fromList');