summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorLester Solbakken <lesters@yahoo-inc.com>2016-10-26 17:44:03 +0200
committerLester Solbakken <lesters@yahoo-inc.com>2016-10-26 17:44:03 +0200
commitadeb586d872d8d5b66a8101cf028d62c679aca5c (patch)
treecfdc36d345c149c25e8cf05e76082d80a47b159d /config-model
parentae8117cb5b90ce64e59641cd335c2b97bb0c28bb (diff)
Remove comment in macro shadowing test case
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/test/java/com/yahoo/searchdefinition/RankingExpressionShadowingTestCase.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/config-model/src/test/java/com/yahoo/searchdefinition/RankingExpressionShadowingTestCase.java b/config-model/src/test/java/com/yahoo/searchdefinition/RankingExpressionShadowingTestCase.java
index 4a7143521f1..882814261b5 100644
--- a/config-model/src/test/java/com/yahoo/searchdefinition/RankingExpressionShadowingTestCase.java
+++ b/config-model/src/test/java/com/yahoo/searchdefinition/RankingExpressionShadowingTestCase.java
@@ -13,10 +13,6 @@ import static org.junit.Assert.assertEquals;
public class RankingExpressionShadowingTestCase extends SearchDefinitionTestCase {
- // Weakness: assumes a user has a macro with a certain arity.
- // New built-in comes along with different arity.
- // Then macro no longer works as it will have a parse error.
-
@Test
public void testBasicMacroShadowing() throws ParseException {
RankProfileRegistry rankProfileRegistry = new RankProfileRegistry();