You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/tests/directives.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
FIXME(jieyouxu) completely revise this chapter.
7
7
-->
8
8
9
-
Directives are special comments that tell compiletest how to build and interpret a test. They must appear before the Rust source in the test. They may also appear in `rmake.rs`[run-make tests](compiletest.md#run-make-tests).
9
+
Directives are special comments that tell compiletest how to build and interpret a test.
10
+
They may also appear in `rmake.rs`[run-make tests](compiletest.md#run-make-tests).
10
11
11
12
They are normally put after the short comment that explains the point of this
12
13
test. Compiletest test suites use `//@` to signal that a comment is a directive.
0 commit comments