about summary refs log tree commit diff
path: root/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-04-01 21:11:22 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-04-01 22:25:01 +0200
commit59120d0ef54fdb860cb88a9169eb3ff71d2799b3 (patch)
tree47c304e82008d5972f34c22bfe6365778d1d03bc /tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml
parent6bb6b816bfcf9e26fac5175e3e907dcefe5ecdbc (diff)
downloadrust-59120d0ef54fdb860cb88a9169eb3ff71d2799b3.tar.gz
rust-59120d0ef54fdb860cb88a9169eb3ff71d2799b3.zip
Update to new browser-ui-test version
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"