summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-05-27 09:07:18 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-05-27 10:09:57 +0200
commit9cb43ef64d9bb919679a3a43d5b22e91dfa95c84 (patch)
treef03c3212ecb0793abf38edab1ef39cc2f3fb73d0 /tests
parentbb18ece8a4e0b1356b3ac59d3fbe96e1c87c5de1 (diff)
Update tests
Diffstat (limited to 'tests')
-rw-r--r--tests/no_duplicate_extensions.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/no_duplicate_extensions.rs b/tests/no_duplicate_extensions.rs
index 62cfa663..2f3b5c08 100644
--- a/tests/no_duplicate_extensions.rs
+++ b/tests/no_duplicate_extensions.rs
@@ -8,9 +8,6 @@ fn no_duplicate_extensions() {
// The '.h' extension currently appears in multiple syntaxes: C, C++, Objective C,
// Objective C++
"h",
- // In addition to the standard Haskell syntax in 'Packages', we also ship the 'Cabal'
- // syntax which comes with a "Haskell (improved)" syntax.
- "hs",
// In addition to the standard JavaScript syntax in 'Packages', we also ship the
// 'Javascript (Babel)' syntax.
"js",