diff options
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test.cc b/test/test.cc index 42e30303..36c69adc 100644 --- a/test/test.cc +++ b/test/test.cc @@ -412,13 +412,12 @@ simple_text() 0, vector<dcp::Text::VariableZPosition>(), dcp::Direction::LTR, - "Hello world", + string{"Hello world"}, dcp::Effect::NONE, dcp::Colour(255, 255, 255), dcp::Time(), dcp::Time(), - 0, - std::vector<dcp::Ruby>() + 0 ); } |
