diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-05-11 19:29:07 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-05-11 19:58:35 -0400 |
| commit | f11bd7e955e93b994d6e3f2c991be95a9614a51b (patch) | |
| tree | 5bd3658501bc13fb2ba7ec20bc9592c2afac1338 /tests/codegen-units/partitioning/vtable-through-const.rs | |
| parent | 78a77512702ab786f6f9345872d36d852454612c (diff) | |
| download | rust-f11bd7e955e93b994d6e3f2c991be95a9614a51b.tar.gz rust-f11bd7e955e93b994d6e3f2c991be95a9614a51b.zip | |
Fix some minor issues from the ui-test auto-porting
Diffstat (limited to 'tests/codegen-units/partitioning/vtable-through-const.rs')
| -rw-r--r-- | tests/codegen-units/partitioning/vtable-through-const.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/codegen-units/partitioning/vtable-through-const.rs b/tests/codegen-units/partitioning/vtable-through-const.rs index 111b4fa1b9a..ca4d3822b54 100644 --- a/tests/codegen-units/partitioning/vtable-through-const.rs +++ b/tests/codegen-units/partitioning/vtable-through-const.rs @@ -1,7 +1,4 @@ -// - -// We specify incremental here because we want to test the partitioning for -//@ incremental compilation +// We specify incremental here because we want to test the partitioning for incremental compilation //@ incremental //@ compile-flags:-Zprint-mono-items=lazy //@ compile-flags:-Zinline-in-all-cgus |
