diff options
Diffstat (limited to 'tests/ui/unpretty/ast-const-trait-bound.stdout')
| -rw-r--r-- | tests/ui/unpretty/ast-const-trait-bound.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/unpretty/ast-const-trait-bound.stdout b/tests/ui/unpretty/ast-const-trait-bound.stdout index dbcba7871ec..f4de86bb0d0 100644 --- a/tests/ui/unpretty/ast-const-trait-bound.stdout +++ b/tests/ui/unpretty/ast-const-trait-bound.stdout @@ -1,4 +1,4 @@ -// compile-flags: -Zunpretty=normal -// check-pass +//@ compile-flags: -Zunpretty=normal +//@ check-pass fn foo() where T: ~const Bar {} |
