]> gitweb.factorcode.org Git - factor.git/commitdiff
ctags.etags: remove unnecessary test.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 27 Apr 2012 19:05:51 +0000 (12:05 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 27 Apr 2012 19:05:51 +0000 (12:05 -0700)
extra/ctags/etags/etags-tests.factor

index 6ab97e0566e38ec10175450272f365c2de71f215..6481c5a0a7dcdb34ce399b900caf4e1671225122 100644 (file)
@@ -63,10 +63,3 @@ IN: ctags.etags.tests
   "if\7f2,11"
   { "1234567890" "12345" } { if 2 } etag =
 ] unit-test
-
-! etag-length
-[ t ]
-[
-  14
-  V{ "if\7f2,11" "if\7f2,11" } etag-length =
-] unit-test