diff options
Diffstat (limited to 'src/test/ui/const-expr-addr-operator.rs')
| -rw-r--r-- | src/test/ui/const-expr-addr-operator.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/test/ui/const-expr-addr-operator.rs b/src/test/ui/const-expr-addr-operator.rs index bfd6a409064..f51cce5d4e0 100644 --- a/src/test/ui/const-expr-addr-operator.rs +++ b/src/test/ui/const-expr-addr-operator.rs @@ -9,7 +9,7 @@ // except according to those terms. // Encountered while testing #44614. -// must-compile-successfully +// compile-pass pub fn main() { // Constant of generic type (int) | 
