aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parsetools/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-11-19 18:31:03 +0100
committerLoïc Hoguin <[email protected]>2013-01-16 12:46:47 +0100
commit0dc3a29744bed0b7f483ad72e19773dc0982ea50 (patch)
treeef36bb22deef8c43f0d876276883acf0e0d02014 /lib/parsetools/test
parentfa6771380931c7ded0ad4d36e6cd2554bb932dfc (diff)
downloadotp-0dc3a29744bed0b7f483ad72e19773dc0982ea50.tar.gz
otp-0dc3a29744bed0b7f483ad72e19773dc0982ea50.tar.bz2
otp-0dc3a29744bed0b7f483ad72e19773dc0982ea50.zip
Remove support for the query keyword and query expressions
Diffstat (limited to 'lib/parsetools/test')
-rw-r--r--lib/parsetools/test/leex_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/parsetools/test/leex_SUITE.erl b/lib/parsetools/test/leex_SUITE.erl
index 4a0f70ba71..9d591c0d05 100644
--- a/lib/parsetools/test/leex_SUITE.erl
+++ b/lib/parsetools/test/leex_SUITE.erl
@@ -649,7 +649,6 @@ reserved_word('fun') -> true;
reserved_word('if') -> true;
reserved_word('let') -> true;
reserved_word('of') -> true;
-reserved_word('query') -> true;
reserved_word('receive') -> true;
reserved_word('when') -> true;
reserved_word('bnot') -> true;