]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/conditional-compilation/cfg-arg-invalid-2.rs
Update unit tests to accomodate for improved error.
[rust.git] / src / test / ui / conditional-compilation / cfg-arg-invalid-2.rs
index 48d656a4a28d92ffac76fb6aaf0a5d789c6c9c95..660d5d1b1ea90c6d8aa75de19afd5c19c033ff4e 100644 (file)
@@ -1,3 +1,3 @@
 // compile-flags: --cfg a{b}
-// error-pattern: invalid `--cfg` argument: `a{b}` (expected `key` or `key="value"`)
+// 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\")
 fn main() {}