xfailing vec-add.
This commit is contained in:
parent
28ab0e8c03
commit
559c30ab17
@ -1,3 +1,9 @@
|
||||
// xfail-test
|
||||
|
||||
// FIXME: + should allow immutable or mutable vectors on the right
|
||||
// hand side in all cases. We are getting compiler errors about this
|
||||
// now, so I'm xfailing the test for now. -eholk
|
||||
|
||||
fn add(i: [int], m: [mut int], c: [const int]) {
|
||||
|
||||
// Check that:
|
||||
|
Loading…
Reference in New Issue
Block a user