Commit a4abc4d 1 parent d654073 commit a4abc4d Copy full SHA for a4abc4d
File tree 1 file changed +1
-16
lines changed
1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
#[ test]
16
- fn blake2x256_macro ( ) {
16
+ fn compile_tests ( ) {
17
17
let t = trybuild:: TestCases :: new ( ) ;
18
18
19
19
t. pass ( "tests/ui/blake2b/pass/*.rs" ) ;
20
20
t. compile_fail ( "tests/ui/blake2b/fail/*.rs" ) ;
21
- }
22
-
23
- #[ test]
24
- fn selector_id_macro ( ) {
25
- let t = trybuild:: TestCases :: new ( ) ;
26
21
27
22
t. pass ( "tests/ui/selector_id/pass/*.rs" ) ;
28
23
t. compile_fail ( "tests/ui/selector_id/fail/*.rs" ) ;
29
- }
30
-
31
- #[ test]
32
- fn selector_bytes_macro ( ) {
33
- let t = trybuild:: TestCases :: new ( ) ;
34
24
35
25
t. pass ( "tests/ui/selector_bytes/pass/*.rs" ) ;
36
26
t. compile_fail ( "tests/ui/selector_bytes/fail/*.rs" ) ;
37
- }
38
-
39
- #[ test]
40
- fn compile_tests ( ) {
41
- let t = trybuild:: TestCases :: new ( ) ;
42
27
43
28
t. pass ( "tests/ui/contract/pass/01-noop-contract.rs" ) ;
44
29
t. pass ( "tests/ui/contract/pass/02-flipper-contract.rs" ) ;
You can’t perform that action at this time.
0 commit comments