fix tests
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user