Skip to content

Commit eca8d20

Browse files
Make run-make/allow-non-lint-warnings-cmdline into a ui test
1 parent 96f9fe5 commit eca8d20

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

tests/run-make/allow-non-lint-warnings-cmdline/rmake.rs

-8
This file was deleted.

tests/run-make/allow-non-lint-warnings-cmdline/foo.rs renamed to tests/ui/allow-non-lint-warnings.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//@ compile-flags: -Awarnings
2+
//@ check-pass
3+
14
#[derive()]
25
#[derive(Copy, Clone)]
36
pub struct Foo;

0 commit comments

Comments
 (0)