summary refs log blame commit diff stats
path: root/tests/common/mod.rs
blob: 6760da160ad317c736b6e1ee54fbac20a571fab1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                     
// Copyright (c) 2021 Soni L.

// see rationale in tests/*.rs
#![warn(non_snake_case)]

pub mod errorfunc;
pub mod errorpanic;

pub use self::errorfunc::ErrorCall;
pub use self::errorfunc::ErrorFunc;
pub use self::errorfunc::ErrorType;
pub use self::errorpanic::ErrorPanic;