diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-06-14 16:50:53 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-06-14 16:50:53 -0700 |
| commit | 38e05747b5cf75671b7fb7c634eba8fe56f9eb39 (patch) | |
| tree | 595da7cb40d32ce6b7f45d5d75728b8b67bb922e | |
| parent | eadd83da8b9abc821b141195503836b2094a9ea3 (diff) | |
| download | rust-38e05747b5cf75671b7fb7c634eba8fe56f9eb39.tar.gz rust-38e05747b5cf75671b7fb7c634eba8fe56f9eb39.zip | |
xfail run-pass/auto-encode.rs
| -rw-r--r-- | src/test/run-pass/auto-encode.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/auto-encode.rs b/src/test/run-pass/auto-encode.rs index 899c97b825f..7b03a699e78 100644 --- a/src/test/run-pass/auto-encode.rs +++ b/src/test/run-pass/auto-encode.rs @@ -10,6 +10,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// xfail-test #6122 + #[forbid(deprecated_pattern)]; extern mod extra; |
