about summary refs log tree commit diff
path: root/src/test/run-pass/default-method-supertrait-vtable.rs
diff options
context:
space:
mode:
authorPiotr Czarnecki <pioczarn@gmail.com>2015-04-21 12:02:12 +0200
committerPiotr Czarnecki <pioczarn@gmail.com>2015-04-21 12:02:12 +0200
commit13bc8afa4b56e8d7b012f35a35a11087739abf15 (patch)
treef8a7c36c4078df4b108ae9ad5c8e80fab8ce0255 /src/test/run-pass/default-method-supertrait-vtable.rs
parente5e343aeb78a8fe7fed897eae1e79019383691e8 (diff)
downloadrust-13bc8afa4b56e8d7b012f35a35a11087739abf15.tar.gz
rust-13bc8afa4b56e8d7b012f35a35a11087739abf15.zip
Model lexer: Fix remaining issues
Diffstat (limited to 'src/test/run-pass/default-method-supertrait-vtable.rs')
-rw-r--r--src/test/run-pass/default-method-supertrait-vtable.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/default-method-supertrait-vtable.rs b/src/test/run-pass/default-method-supertrait-vtable.rs
index 3b1e04be78d..0d45a5d5212 100644
--- a/src/test/run-pass/default-method-supertrait-vtable.rs
+++ b/src/test/run-pass/default-method-supertrait-vtable.rs
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 //
-// ignore-lexer-test FIXME #15877
 
 
 // Tests that we can call a function bounded over a supertrait from