fix tests

This commit is contained in:
Pat Hickey
2020-08-28 15:58:16 -07:00
parent 22b427baa0
commit edefbf7c73
11 changed files with 13 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ mod struct_test {
/// Test that a union variant that conflicts with a Rust keyword can be compiled properly.
mod union_test {
wiggle::from_witx!({
witx: ["tests/keywords_union.witx"],
witx: ["$CARGO_MANIFEST_DIR/tests/keywords_union.witx"],
ctx: DummyCtx,
});
}