fix two compile-fail tests that were still using -Zedition

This commit is contained in:
Kurtis Nusbaum 2018-04-20 18:51:59 -07:00
parent c1d8aa829c
commit c8c9bf97e3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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