]> git.lizzy.rs Git - rust.git/blob - src/test/ui/conditional-compilation/cfg-arg-invalid-4.rs
Update unit tests to accomodate for improved error.
[rust.git] / src / test / ui / conditional-compilation / cfg-arg-invalid-4.rs
1 // compile-flags: --cfg a(b)
2 // error-pattern: invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`, ensure escaping is appropriate for your shell, try 'key="value"' or key=\"value\")
3 fn main() {}