Skip to content

Commit

Permalink
fix two compile-fail tests that were still using -Zedition
Browse files Browse the repository at this point in the history
  • Loading branch information
klnusbaum committed Apr 21, 2018
1 parent c1d8aa8 commit c8c9bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/compile-fail/edition-raw-pointer-method-2015.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

// ignore-tidy-linelength
// compile-flags: -Zedition=2015 -Zunstable-options
// compile-flags: --edition=2015 -Zunstable-options

// tests that editions work with the tyvar warning-turned-error

Expand Down
2 changes: 1 addition & 1 deletion src/test/compile-fail/edition-raw-pointer-method-2018.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

// ignore-tidy-linelength
// compile-flags: -Zedition=2018 -Zunstable-options
// compile-flags: --edition=2018 -Zunstable-options

// tests that editions work with the tyvar warning-turned-error

Expand Down

0 comments on commit c8c9bf9

Please sign in to comment.