diff options
Diffstat (limited to 'tests/ui/debuginfo/debuginfo-box-with-large-allocator.rs')
| -rw-r--r-- | tests/ui/debuginfo/debuginfo-box-with-large-allocator.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/debuginfo/debuginfo-box-with-large-allocator.rs b/tests/ui/debuginfo/debuginfo-box-with-large-allocator.rs index 761539227a7..ac857ff34a4 100644 --- a/tests/ui/debuginfo/debuginfo-box-with-large-allocator.rs +++ b/tests/ui/debuginfo/debuginfo-box-with-large-allocator.rs @@ -1,5 +1,5 @@ -// build-pass -// compile-flags: -Cdebuginfo=2 +//@ build-pass +//@ compile-flags: -Cdebuginfo=2 // fixes issue #94725 #![feature(allocator_api)] |
