This commit is contained in:
Andrew Brown
2020-08-07 10:19:07 -07:00
committed by GitHub
parent 2482bd80c2
commit f0e32c5f71

View File

@@ -14,7 +14,7 @@ wiggle::from_witx!({
// The only test in this file is to verify that the witx document provided by the // The only test in this file is to verify that the witx document provided by the
// proc macro in the `metadata` module is equal to the document on the disk. // proc macro in the `metadata` module is equal to the document on the disk.
#[test] #[test]
fn document_equivelant() { fn document_equivalent() {
let macro_doc = metadata::document(); let macro_doc = metadata::document();
let disk_doc = witx::load(&["tests/wasi.witx"]).expect("load wasi.witx from disk"); let disk_doc = witx::load(&["tests/wasi.witx"]).expect("load wasi.witx from disk");