diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-08-05 15:58:31 -0700 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-08-07 07:46:49 -0700 |
| commit | fad4f32c3147cca9f2b107d0440065b9e3d6c10f (patch) | |
| tree | d37019a13a053ff6a7224a195f5237521646d6ba /src/tools | |
| parent | 42903d9a8f0f471f5e0eb453e49fe44a65a746c5 (diff) | |
| download | rust-fad4f32c3147cca9f2b107d0440065b9e3d6c10f.tar.gz rust-fad4f32c3147cca9f2b107d0440065b9e3d6c10f.zip | |
Turn on new errors, json mode. Remove duplicate unicode test
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/compiletest/src/runtest.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs index 6647a1a0a93..ae8e82e4e2f 100644 --- a/src/tools/compiletest/src/runtest.rs +++ b/src/tools/compiletest/src/runtest.rs @@ -1330,9 +1330,7 @@ actual:\n\ // patterns still match the raw compiler output. if self.props.error_patterns.is_empty() { args.extend(["--error-format", - "json", - "-Z", - "unstable-options"] + "json"] .iter() .map(|s| s.to_string())); } |
