summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-07 23:48:43 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-07 23:48:43 +0100
commitdaceaad12cc73404f93d5aae0dd896fcb7b9d3b9 (patch)
tree7dc80711804d23bdcc0987d1372f326f03124c2a /test/test.cc
parentf0cada65396759b4be19601d8537119a1bb4fbfa (diff)
wip: ruby2652-ruby
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc5
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
);
}