File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ source.
150
150
151
151
* ` min-{gdb,lldb}-version `
152
152
* ` min-llvm-version `
153
- * ` must- compile-successfully ` for UI tests, indicates that the test is
153
+ * ` compile-pass ` for UI tests, indicates that the test is
154
154
supposed to compile, as opposed to the default where the test is
155
155
supposed to error out.
156
156
* ` compile-flags ` passes extra command-line args to the compiler,
@@ -258,7 +258,7 @@ can also make UI tests where compilation is expected to succeed, and
258
258
you can even run the resulting program. Just add one of the following
259
259
[ header commands] ( #header_commands ) :
260
260
261
- - ` // must- compile-successfully ` -- compilation should succeed but do
261
+ - ` // compile-pass ` -- compilation should succeed but do
262
262
not run the resulting binary
263
263
- ` // run-pass ` -- compilation should succeed and we should run the
264
264
resulting binary
You can’t perform that action at this time.
0 commit comments