Skip to content

Commit 3864e6c

Browse files
author
thk123
committed
Updating comment with relevant JIRA ticket
1 parent 72fc31e commit 3864e6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unit/testing-utils/load_java_class.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ symbol_tablet load_java_class(
144144
cmdlinet command_line;
145145
// TODO(tkiley): This doesn't do anything as "java-cp-include-files" is an
146146
// TODO(tkiley): unknown argument. This could be changed by using the
147-
// TODO(tkiley): free_form_cmdlinet
147+
// TODO(tkiley): free_form_cmdlinet however this causes some tests to fail.
148+
// TODO(tkiley): TG-2708 to investigate and fix
148149
command_line.set("java-cp-include-files", class_path);
149150
return load_java_class(
150151
java_class_name, class_path, main, std::move(java_lang), command_line);

0 commit comments

Comments
 (0)