diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 1d79a467..10810c05 100644 --- a/src/Makefile +++ b/src/Makefile @@ -362,6 +362,7 @@ self: $(CFG_COMPILER) # of inter-task shutdown races introduced with notification proxies. TASK_XFAILS := test/run-pass/acyclic-unwind.rs \ + test/run-pass/alt-type-simple.rs \ test/run-pass/basic.rs \ test/run-pass/clone-with-exterior.rs \ test/run-pass/comm.rs \ |