about summary refs log tree commit diff
path: root/tests/ui/unpretty/ast-const-trait-bound.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unpretty/ast-const-trait-bound.stdout')
-rw-r--r--tests/ui/unpretty/ast-const-trait-bound.stdout4
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 {}