summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-09-10 14:30:15 +0200
committerJens Geyer <jensg@apache.org>2022-09-10 23:17:47 +0200
commit154d1548a8e75df49f9958845dd98b13aa2258ec (patch)
tree7f3984b66f63eafb2a7ba92b68ebb65779e1dd08 /lib
parentc96c044cf85e5e0b89451b9f2a06e2fd5b901f72 (diff)
downloadthrift-154d1548a8e75df49f9958845dd98b13aa2258ec.tar.gz
THRIFT-5626 Parser should not confuse data types and field names
Patch: Jens Geyer
Diffstat (limited to 'lib')
-rw-r--r--lib/erl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl/Makefile.am b/lib/erl/Makefile.am
index 35dad4f08..23ebb7789 100644
--- a/lib/erl/Makefile.am
+++ b/lib/erl/Makefile.am
@@ -22,7 +22,7 @@ THRIFT_OMIT_FILE = test/Thrift_omit_without.thrift
THRIFT_FILES = $(wildcard test/*.thrift) \
$(THRIFT_OMIT_FILE) \
../../test/v0.16/ConstantsDemo.thrift \
- ../../test/NameConflictTest.thrift \
+ ../../test/v0.16/NameConflictTest.thrift \
../../test/DoubleConstantsTest.thrift \
../../test/v0.16/ThriftTest.thrift