Rename trybuild file to ui

This commit is contained in:
Pavan Kumar Sunkara 2020-04-28 11:39:08 +02:00
parent 7616a5fa2e
commit 68ce9dd6ec

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.42)), ignore)]
#[rustversion::attr(any(not(stable), before(1.43)), ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();