diff options
Diffstat (limited to 'tests/ui/match/issue-46920-byte-array-patterns.rs')
| -rw-r--r-- | tests/ui/match/issue-46920-byte-array-patterns.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/match/issue-46920-byte-array-patterns.rs b/tests/ui/match/issue-46920-byte-array-patterns.rs index 2a8b4bb4922..4809bda8581 100644 --- a/tests/ui/match/issue-46920-byte-array-patterns.rs +++ b/tests/ui/match/issue-46920-byte-array-patterns.rs @@ -1,4 +1,4 @@ -// run-pass +//@ run-pass const CURSOR_PARTITION_LABEL: &'static [u8] = b"partition"; const CURSOR_EVENT_TYPE_LABEL: &'static [u8] = b"event_type"; const BYTE_PATTERN: &'static [u8; 5] = b"hello"; |
