Skip to content

Commit

Permalink
bevy_reflect: Re-enable reflection compile fail tests (#14165)
Browse files Browse the repository at this point in the history
# Objective

Looks like I accidentally disabled the reflection compile fail tests in
#13152. These should be re-enabled.

## Solution

Re-enable reflection compile fail tests.

## Testing

CI should pass. You can also test locally by navigating to
`crates/bevy_reflect/compile_fail/` and running:

```
cargo test --target-dir ../../../target
```
  • Loading branch information
MrGVSV committed Jul 5, 2024
1 parent c6a89c2 commit 09d86bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_reflect/compile_fail/tests/derive.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fn main() -> compile_fail_utils::ui_test::Result<()> {
// compile_fail_utils::test("tests/reflect_derive")
Ok(())
compile_fail_utils::test("tests/reflect_derive")
}

0 comments on commit 09d86bf

Please sign in to comment.