diff options
Diffstat (limited to 'test/cxxtest/sample/Construct')
-rw-r--r-- | test/cxxtest/sample/Construct | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cxxtest/sample/Construct b/test/cxxtest/sample/Construct index b8019616a9..994daa4fa5 100644 --- a/test/cxxtest/sample/Construct +++ b/test/cxxtest/sample/Construct @@ -60,5 +60,3 @@ sub cons::CxxTestErrorPrinter($$@) { my ($env, $dst, @srcs) = @_; CxxTestRunner $env $dst, 'ErrorPrinter', @srcs; } - - |