Fix ui tests

This commit is contained in:
Pavan Kumar Sunkara 2020-11-28 19:16:58 +00:00
parent 8395822a0b
commit ad9f97f402

View file

@ -5,7 +5,7 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
#[rustversion::attr(any(not(stable), before(1.43)), ignore)]
#[rustversion::attr(any(not(stable), before(1.45), since(1.46)), ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();