diff options
| author | Brian Anderson <andersrb@gmail.com> | 2016-04-11 17:32:59 -0700 |
|---|---|---|
| committer | Brian Anderson <andersrb@gmail.com> | 2016-04-11 17:32:59 -0700 |
| commit | db2939409db26ab4904372c82492cd3488e4c44e (patch) | |
| tree | 49d528b35320379646f863f8b3548ea263b280f0 | |
| parent | 1c1fc9fa2f3e5935790c22cd2e59612f3e2fc380 (diff) | |
| parent | 98eb4ca3cf2f33e3db3f7e16f629a4b4bd61870d (diff) | |
| download | rust-1.8.0.tar.gz rust-1.8.0.zip | |
Merge pull request #32896 from alexcrichton/stable-next 1.8.0
Fix a test on stable
| -rw-r--r-- | src/test/parse-fail/issue-10636-2.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/parse-fail/issue-10636-2.rs b/src/test/parse-fail/issue-10636-2.rs index 1361f3d31ac..9da5453cf49 100644 --- a/src/test/parse-fail/issue-10636-2.rs +++ b/src/test/parse-fail/issue-10636-2.rs @@ -18,3 +18,4 @@ pub fn trace_option(option: Option<isize>) { //~ HELP did you mean to close this //~^ ERROR: expected one of } //~ ERROR: incorrect close delimiter //~^ ERROR: unexpected token +//~ ERROR: un-closed delimiter |
