diff options
| author | Graydon Hoare <[email protected]> | 2010-07-04 21:18:47 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-04 21:18:47 -0700 |
| commit | 2a413070c66911e9a5211d271c704d4c7f03b49a (patch) | |
| tree | c05df70525584534cb772f6661a9fd53d8773c99 /src/Makefile | |
| parent | Fix bug in win32 command-line arg processing. (diff) | |
| download | rust-2a413070c66911e9a5211d271c704d4c7f03b49a.tar.xz rust-2a413070c66911e9a5211d271c704d4c7f03b49a.zip | |
Preempt works on non-windows, just needed a little valgrind love to complete in a reasonable time.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 120513f4..c21dcc69 100644 --- a/src/Makefile +++ b/src/Makefile @@ -483,9 +483,6 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ ifdef CFG_WINDOWSY TEST_XFAILS_X86 += test/run-pass/native-mod.rc TEST_XFAILS_LLVM += test/run-pass/native-mod.rc -else -TEST_XFAILS_X86 += test/run-pass/preempt.rs -TEST_XFAILS_LLVM += test/run-pass/preempt.rs endif RPASS_RC := $(wildcard test/run-pass/*.rc) |