Commit 3cebcf7
committed
Allow flag to appear anywhere in arguments list in
The flag passed in the `flags` parameter of `//test:flags_test` isn't
always guaranteed to be the first argument in the interpreter's
arguments list - other factors, e.g. overriding the value of the
plugin's `InterpreterOptions` configuration option when running the
test, can affect the argument order. Relax the assertion in the test so
it passes if the flag appears anywhere in the arguments list.flags test1 parent ce5cae0 commit 3cebcf7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
0 commit comments