Fix trailing comma in test output
This commit is contained in:
parent
cb76e71b90
commit
e6f5508b45
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ expect="" test_case;
|
||||||
name="1 frame --out-format=Debug" flags="" \
|
name="1 frame --out-format=Debug" flags="" \
|
||||||
expect="Test {
|
expect="Test {
|
||||||
a: 1,
|
a: 1,
|
||||||
b: 2
|
b: 2,
|
||||||
}" test_case;
|
}" test_case;
|
||||||
|
|
||||||
( cat "${TEST_OUT}" ) | \
|
( cat "${TEST_OUT}" ) | \
|
||||||
|
|
Loading…
Reference in a new issue