about summary refs log tree commit diff
path: root/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml')
-rw-r--r--tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml b/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml
index ecadd8fa80e..3c09198dae5 100644
--- a/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml
+++ b/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml
@@ -2,7 +2,7 @@
 
 define-function: (
     "check-setting",
-    (storage_value, setting_attribute_value, toggle_attribute_value),
+    [storage_value, setting_attribute_value, toggle_attribute_value],
     block {
         assert-local-storage: {"rustdoc-auto-hide-trait-implementations": |storage_value|}
         click: "#settings-menu"