Skip to content

Commit bdae233

Browse files
committed
sembr src/tests/compiletest.md
1 parent d0d3ee4 commit bdae233

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/compiletest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ If you need to work with `#![no_std]` cross-compiling tests, consult the
349349
#### Conditional assembly tests based on instruction support
350350

351351
Tests that depend on specific assembly instructions being available can use the
352-
`//@ needs-asm-mnemonic: <MNEMONIC>` directive. This will skip the test if the
353-
target backend does not support the specified instruction mnemonic.
352+
`//@ needs-asm-mnemonic: <MNEMONIC>` directive.
353+
This will skip the test if the target backend does not support the specified instruction mnemonic.
354354

355355
For example, a test that requires the `RET` instruction:
356356
```rust,ignore

0 commit comments

Comments
 (0)