diff options
| author | Graydon Hoare <[email protected]> | 2010-07-02 12:55:12 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-02 12:55:12 -0700 |
| commit | 4d00333b1ef41b5a2723b5af6352f61701976d99 (patch) | |
| tree | 928ab0fb7aff62ace7527f8082faf79c40078583 /src/Makefile | |
| parent | Change make rules around running tests to not produce an .out file if test-ru... (diff) | |
| download | rust-4d00333b1ef41b5a2723b5af6352f61701976d99.tar.xz rust-4d00333b1ef41b5a2723b5af6352f61701976d99.zip | |
New test of explicit deref operator.
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 c9b8bddf..56d41790 100644 --- a/src/Makefile +++ b/src/Makefile @@ -356,6 +356,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ complex.rs \ dead-code-one-arm-if.rs \ deep.rs \ + deref.rs \ div-mod.rs \ drop-on-ret.rs \ else-if.rs \ |