diff options
| author | Graydon Hoare <[email protected]> | 2010-11-22 14:28:05 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-11-22 14:28:05 -0800 |
| commit | c262543d3b353c46611059b70ee7ee3771b5df14 (patch) | |
| tree | 98a5ee6de931bfe633b4b3a4f719d0c3d42b2b15 /src/Makefile | |
| parent | Check for structural equality rather than structural-and-cname equality. (diff) | |
| download | rust-c262543d3b353c46611059b70ee7ee3771b5df14.tar.xz rust-c262543d3b353c46611059b70ee7ee3771b5df14.zip | |
Fix type disagreements in lowering typeck.ty to llvm TypeRefs, enable complex.rs test.
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 a0c08f0d..9a4d1383 100644 --- a/src/Makefile +++ b/src/Makefile @@ -522,6 +522,7 @@ TEST_XFAILS_SELF := $(filter-out \ arith-2.rs \ bool-not.rs \ char.rs \ + complex.rs \ dead-code-one-arm-if.rs \ deep.rs \ div-mod.rs \ |