Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
25
third-party/vendor/regex-automata-0.1.10/tests/tests.rs
vendored
Normal file
25
third-party/vendor/regex-automata-0.1.10/tests/tests.rs
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#[cfg(feature = "std")]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
#[cfg(feature = "std")]
|
||||
extern crate regex;
|
||||
#[cfg(feature = "std")]
|
||||
extern crate regex_automata;
|
||||
#[cfg(feature = "std")]
|
||||
extern crate serde;
|
||||
#[cfg(feature = "std")]
|
||||
extern crate serde_bytes;
|
||||
#[cfg(feature = "std")]
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
#[cfg(feature = "std")]
|
||||
extern crate toml;
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
mod collection;
|
||||
#[cfg(feature = "std")]
|
||||
mod regression;
|
||||
#[cfg(feature = "std")]
|
||||
mod suite;
|
||||
#[cfg(feature = "std")]
|
||||
mod unescape;
|
||||
Loading…
Add table
Add a link
Reference in a new issue