diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-24 14:51:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-24 14:51:43 +0100 |
| commit | 2dce4be6728fcb58170c7c8ef824c674d7462f63 (patch) | |
| tree | 9b0bcc394eaecde25a7747e9ed7bfa4bc6914e61 /test/test.cc | |
| parent | 5ece2775cee162d7523a5318663a6dd8f7e52651 (diff) | |
Remove unused bits of Format.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc index b6ac47517..269bb374b 100644 --- a/test/test.cc +++ b/test/test.cc @@ -82,6 +82,7 @@ new_test_film (string name) shared_ptr<Film> f = shared_ptr<Film> (new Film (p.string())); f->write_metadata (); + return f; } |
