mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 04:00:16 +00:00
minja
: fix gcc8 build of test
This commit is contained in:
parent
e6be59c2a0
commit
9358d1f62c
@ -123,8 +123,9 @@ int main() {
|
||||
test_render(R"({%- if True %} {% set _ = x %}{%- endif %}{{ 1 }})",
|
||||
{},
|
||||
{
|
||||
.lstrip_blocks = true,
|
||||
.trim_blocks = true
|
||||
/* .lstrip_blocks = */ true,
|
||||
/* .trim_blocks = */ true,
|
||||
/* .keep_trailing_newline = */ false,
|
||||
},
|
||||
" 1"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user