Remove incomplete test explanation
diff --git a/tests/test_should_parse.rs b/tests/test_should_parse.rs
index 4ad4673..e013332 100644
--- a/tests/test_should_parse.rs
+++ b/tests/test_should_parse.rs
@@ -6,8 +6,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! This module contains some simple tests where we can write strings which we
-
 extern crate syn;
 
 macro_rules! should_parse {