summaryrefslogtreecommitdiff
path: root/tests/stylo_sanity.rs
diff options
context:
space:
mode:
authorMikuroXina <ryosukadnak@gmail.com>2021-12-08 09:10:05 +0900
committerEmilio Cobos Álvarez <emilio@crisal.io>2021-12-29 20:39:01 +0100
commit24cfccd9c5d1d4b4be9bfba3c28c758486fe15cd (patch)
tree8e8922b0e3ab699920de5e567fbda8957c9d4c86 /tests/stylo_sanity.rs
parent5685440dbb0040e784d752770d38012850c22a1a (diff)
Remove deprecation and Replace
Diffstat (limited to 'tests/stylo_sanity.rs')
-rwxr-xr-xtests/stylo_sanity.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stylo_sanity.rs b/tests/stylo_sanity.rs
index 93b11473..39777cd1 100755
--- a/tests/stylo_sanity.rs
+++ b/tests/stylo_sanity.rs
@@ -540,7 +540,7 @@ fn sanity_check_can_generate_stylo_bindings() {
.clang_arg("-DMOZ_STYLO")
.clang_arg("-DOS_POSIX=1")
.clang_arg("-DOS_LINUX=1")
- .gen()
+ .generate()
.expect("Should generate stylo bindings");
let now = Instant::now();