diff options
| author | Roy Frostig <[email protected]> | 2010-07-28 15:04:58 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-07-28 15:04:58 -0700 |
| commit | f282c5ccc001ba377dfeee6f347ef56b73c86f4e (patch) | |
| tree | eced775abd1683c9a531e4a57f24544cad3f02e1 /src/Makefile | |
| parent | Refer to issue #136 at the offending source point. (diff) | |
| download | rust-f282c5ccc001ba377dfeee6f347ef56b73c86f4e.tar.xz rust-f282c5ccc001ba377dfeee6f347ef56b73c86f4e.zip | |
Get slots in trans_tag using Semant tables. Closes #133.
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 33f10b39..6e9a1406 100644 --- a/src/Makefile +++ b/src/Makefile @@ -415,6 +415,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ generic-obj.rs \ generic-recursive-tag.rs \ generic-tag-alt.rs \ + generic-tag-values.rs \ generic-tag.rs \ i32-sub.rs \ i8-incr.rs \ |