diff options
| author | Michael Howell <michael@notriddle.com> | 2024-01-03 15:30:46 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-01-03 15:33:13 -0700 |
| commit | a704e21c3f2ee1c9215bd088d2880c8e396eacca (patch) | |
| tree | bf2091c8ea388e86bf568bc7a75adfbc821cf42c /tests | |
| parent | 35830fe218f245ef4a82199b8ee371fa89a52721 (diff) | |
| download | rust-a704e21c3f2ee1c9215bd088d2880c8e396eacca.tar.gz rust-a704e21c3f2ee1c9215bd088d2880c8e396eacca.zip | |
Add `check-pass` to ice tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rustdoc-ui/ice-blanket-impl-52873.rs | 1 | ||||
| -rw-r--r-- | tests/rustdoc-ui/ice-blanket-impl-selection-55001.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc-ui/ice-blanket-impl-52873.rs b/tests/rustdoc-ui/ice-blanket-impl-52873.rs index 12d3e3d7f94..2520957bd00 100644 --- a/tests/rustdoc-ui/ice-blanket-impl-52873.rs +++ b/tests/rustdoc-ui/ice-blanket-impl-52873.rs @@ -1,3 +1,4 @@ +// check-pass // https://github.com/rust-lang/rust/issues/52873 #![crate_name="foo"] diff --git a/tests/rustdoc-ui/ice-blanket-impl-selection-55001.rs b/tests/rustdoc-ui/ice-blanket-impl-selection-55001.rs index b7d86a1c843..babcb3dda14 100644 --- a/tests/rustdoc-ui/ice-blanket-impl-selection-55001.rs +++ b/tests/rustdoc-ui/ice-blanket-impl-selection-55001.rs @@ -1,3 +1,4 @@ +// check-pass // https://github.com/rust-lang/rust/issues/55001 #![crate_name="foo"] |
