diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-04-01 21:11:22 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-04-01 22:25:01 +0200 |
| commit | 59120d0ef54fdb860cb88a9169eb3ff71d2799b3 (patch) | |
| tree | 47c304e82008d5972f34c22bfe6365778d1d03bc /tests/rustdoc-gui/docblock-code-block-line-number.goml | |
| parent | 6bb6b816bfcf9e26fac5175e3e907dcefe5ecdbc (diff) | |
| download | rust-59120d0ef54fdb860cb88a9169eb3ff71d2799b3.tar.gz rust-59120d0ef54fdb860cb88a9169eb3ff71d2799b3.zip | |
Update to new browser-ui-test version
Diffstat (limited to 'tests/rustdoc-gui/docblock-code-block-line-number.goml')
| -rw-r--r-- | tests/rustdoc-gui/docblock-code-block-line-number.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/docblock-code-block-line-number.goml b/tests/rustdoc-gui/docblock-code-block-line-number.goml index a50449e1701..cb7bdaab4c8 100644 --- a/tests/rustdoc-gui/docblock-code-block-line-number.goml +++ b/tests/rustdoc-gui/docblock-code-block-line-number.goml @@ -10,7 +10,7 @@ assert-false: "pre.example-line-numbers" // Let's now check some CSS properties... define-function: ( "check-colors", - (theme, color), + [theme, color], block { // We now set the setting to show the line numbers on code examples. set-local-storage: { |
