diff options
Diffstat (limited to 'crates/hir_ty/src/tests')
-rw-r--r-- | crates/hir_ty/src/tests/simple.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir_ty/src/tests/simple.rs b/crates/hir_ty/src/tests/simple.rs index bd6beea99..8d431b920 100644 --- a/crates/hir_ty/src/tests/simple.rs +++ b/crates/hir_ty/src/tests/simple.rs | |||
@@ -2376,7 +2376,6 @@ fn infer_operator_overload() { | |||
2376 | ); | 2376 | ); |
2377 | } | 2377 | } |
2378 | 2378 | ||
2379 | |||
2380 | #[test] | 2379 | #[test] |
2381 | fn infer_const_params() { | 2380 | fn infer_const_params() { |
2382 | check_infer( | 2381 | check_infer( |