move asm related tests from FilterOpTest to OptimizedAsmParser testcase

This commit is contained in:
wea_ondara
2022-07-27 15:27:59 +02:00
parent 3824a6f595
commit 23e046ef7e
5 changed files with 217 additions and 197 deletions

View File

@@ -23,6 +23,6 @@ public class IntermediateFieldExpression extends ConstantExpression implements S
@Override
public String toString() {
return name;
return "`" + name + "`";
}
}