We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d2d0e commit 93694f5Copy full SHA for 93694f5
opengrok-indexer/src/test/java/org/opengrok/indexer/util/CtagsUtilTest.java
@@ -48,8 +48,6 @@ void getLanguages() {
48
assertNotNull(result, "getLanguages() should always return non null");
49
assertFalse(result.isEmpty(), "should get Ctags languages");
50
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");
53
}
54
55
@Test
0 commit comments