Update tests

This commit is contained in:
topecongiro 2017-07-21 13:55:34 +09:00
parent 1e00a28332
commit 3e3d3c00de
8 changed files with 41 additions and 2 deletions

View File

@ -8,3 +8,9 @@ struct Lorem {
struct Dolor<T> where T: Eq {
sit: T,
}
#[cfg(test)]
mod tests {
#[test]
fn it_works() {}
}

View File

@ -8,3 +8,9 @@ struct Lorem {
struct Dolor<T> where T: Eq {
sit: T,
}
#[cfg(test)]
mod tests {
#[test]
fn it_works() {}
}

View File

@ -8,3 +8,9 @@ struct Lorem {
struct Dolor<T> where T: Eq {
sit: T,
}
#[cfg(test)]
mod tests {
#[test]
fn it_works() {}
}

View File

@ -12,3 +12,10 @@ where
{
sit: T,
}
#[cfg(test)]
mod tests
{
#[test]
fn it_works() {}
}

View File

@ -10,3 +10,9 @@ where
T: Eq, {
sit: T,
}
#[cfg(test)]
mod tests {
#[test]
fn it_works() {}
}

View File

@ -11,3 +11,9 @@ where
{
sit: T,
}
#[cfg(test)]
mod tests {
#[test]
fn it_works() {}
}

View File

@ -1,5 +1,6 @@
// rustfmt-item_brace_style: AlwaysNextLine
mod x {
mod x
{
struct X(i8);
impl Y for X

View File

@ -1,6 +1,7 @@
// rustfmt-item_brace_style: AlwaysNextLine
mod M {
mod M
{
enum A
{
A,