From de26eed5157a1b5efc2a72668b4f4a22638f2774 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 27 Dec 2022 12:58:11 +0100 Subject: Rename libctor.h to ctor.h --- test/ctor.cc | 2 +- test/source_type_test.cc | 2 +- test/suite/ctor_files/ctor.cc.bar | 2 +- test/suite/ctor_files/ctor.cc.base | 2 +- test/suite/ctor_files/ctor.cc.multi | 2 +- test/tasks_test.cc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/ctor.cc b/test/ctor.cc index 9b690a2..e6d9734 100644 --- a/test/ctor.cc +++ b/test/ctor.cc @@ -1,7 +1,7 @@ // -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. -#include +#include namespace { diff --git a/test/source_type_test.cc b/test/source_type_test.cc index ed7e783..ce1923e 100644 --- a/test/source_type_test.cc +++ b/test/source_type_test.cc @@ -1,6 +1,6 @@ #include -#include +#include #include std::ostream& operator<<(std::ostream& stream, const Language& lang) diff --git a/test/suite/ctor_files/ctor.cc.bar b/test/suite/ctor_files/ctor.cc.bar index 92456cb..d63b5e8 100644 --- a/test/suite/ctor_files/ctor.cc.bar +++ b/test/suite/ctor_files/ctor.cc.bar @@ -1,7 +1,7 @@ // -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. -#include +#include //#include "config.h" namespace diff --git a/test/suite/ctor_files/ctor.cc.base b/test/suite/ctor_files/ctor.cc.base index 6c60513..3de099d 100644 --- a/test/suite/ctor_files/ctor.cc.base +++ b/test/suite/ctor_files/ctor.cc.base @@ -1,7 +1,7 @@ // -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. -#include +#include //#include "config.h" namespace diff --git a/test/suite/ctor_files/ctor.cc.multi b/test/suite/ctor_files/ctor.cc.multi index 9db2517..d18d0d5 100644 --- a/test/suite/ctor_files/ctor.cc.multi +++ b/test/suite/ctor_files/ctor.cc.multi @@ -1,7 +1,7 @@ // -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. -#include +#include //#include "config.h" #include "foobar.h" diff --git a/test/tasks_test.cc b/test/tasks_test.cc index 2e0ffc7..a660994 100644 --- a/test/tasks_test.cc +++ b/test/tasks_test.cc @@ -1,6 +1,6 @@ #include -#include +#include #include namespace -- cgit v1.2.3