diff options
| author | Graydon Hoare <[email protected]> | 2010-07-27 17:23:41 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-27 17:23:41 -0700 |
| commit | 6662aeb779d3e44886c466378578ebe1979de15a (patch) | |
| tree | bf960612925fe9b166691c84fd85a9209307c5d0 /src/Makefile | |
| parent | Distill semantics of use-def maps to fewer and more-obvious words. (diff) | |
| download | rust-6662aeb779d3e44886c466378578ebe1979de15a.tar.xz rust-6662aeb779d3e44886c466378578ebe1979de15a.zip | |
Calm some LLVM indigestion of last change.
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 8e88f005..e9c9a5bb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -451,6 +451,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ rec.rs \ simple-obj.rs \ spawn-fn.rs \ + spawn-module-qualified.rs \ spawn.rs \ stateful-obj.rs \ str-append.rs \ |