diff options
Diffstat (limited to 'test/subs_in_out.cc')
| -rw-r--r-- | test/subs_in_out.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/subs_in_out.cc b/test/subs_in_out.cc index 923cfe2e..40e5476c 100644 --- a/test/subs_in_out.cc +++ b/test/subs_in_out.cc @@ -10,8 +10,7 @@ int main (int argc, char* argv[]) exit (EXIT_FAILURE); } - dcp::SubtitleAsset s ("foo", "bar", "baz"); - s.read_xml (argv[1]); + dcp::SubtitleAsset s (argv[1]); cout << s.xml_as_string (); return 0; } |
