about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorJonathan Turner <jturner@mozilla.com>2016-08-05 15:58:31 -0700
committerJonathan Turner <jturner@mozilla.com>2016-08-07 07:46:49 -0700
commitfad4f32c3147cca9f2b107d0440065b9e3d6c10f (patch)
treed37019a13a053ff6a7224a195f5237521646d6ba /src/tools
parent42903d9a8f0f471f5e0eb453e49fe44a65a746c5 (diff)
downloadrust-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.rs4
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()));
                 }