Skip to content

Commit 5571a9a

Browse files
committed
also xfail class-typarams (doesn't work on Windows)
1 parent 81ce090 commit 5571a9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/class-typarams.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// xfail-test
2+
// needs metadata encoding on Windows
13
class cat<U> {
24
priv {
35
let mut meows : uint;

0 commit comments

Comments
 (0)