diff options
Diffstat (limited to 'src/test/run-pass/move-arg.rs')
| -rw-r--r-- | src/test/run-pass/move-arg.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/move-arg.rs b/src/test/run-pass/move-arg.rs index 87db5cbe2f1..197f044ea78 100644 --- a/src/test/run-pass/move-arg.rs +++ b/src/test/run-pass/move-arg.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// pretty-expanded FIXME #23616 + fn test(foo: int) { assert!((foo == 10)); } pub fn main() { let x = 10; test(x); } |
