Skip to content

Commit 93694f5

Browse files
committed
remove oldC check
ctags --list-languages no longer contains it
1 parent e6d2d0e commit 93694f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/util/CtagsUtilTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ void getLanguages() {
4848
assertNotNull(result, "getLanguages() should always return non null");
4949
assertFalse(result.isEmpty(), "should get Ctags languages");
5050
assertTrue(result.contains("C++"), "Ctags languages should contain C++");
51-
// Test that the [disabled] tag is stripped for OldC.
52-
assertTrue(result.contains("OldC"), "Ctags languages should contain OldC");
5351
}
5452

5553
@Test

0 commit comments

Comments
 (0)