Fix decode_typed_test with new Debug format.
This commit is contained in:
parent
0a6fa97a66
commit
fd16d572ee
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