Skip to content

Commit df0fe30

Browse files
committed
Remove spurious change
1 parent e237c2d commit df0fe30

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

src/test/mod.rs

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -89,42 +89,6 @@ fn hello_world() {
8989
)
9090
}
9191

92-
#[test]
93-
fn test_something() {
94-
crate::assert_ok!(
95-
//@check-pass
96-
[
97-
crate Foo {
98-
99-
trait Id {
100-
type This: [];
101-
}
102-
103-
impl<ty T> Id for T {
104-
type This = T;
105-
}
106-
107-
fn bar(()) -> () = minirust(v1) -> v0 {
108-
let v0: ();
109-
let v1: ();
110-
let v2:
111-
112-
bb0: {
113-
statements {
114-
local(v0) = load(local(v1));
115-
}
116-
}
117-
118-
119-
};
120-
121-
}
122-
]
123-
124-
expect_test::expect!["()"]
125-
)
126-
}
127-
12892
#[test]
12993
fn basic_where_clauses_pass() {
13094
crate::assert_ok!(

0 commit comments

Comments
 (0)