diff options
Diffstat (limited to 'test/manual/cedet/tests/testsubclass.cpp')
| -rw-r--r-- | test/manual/cedet/tests/testsubclass.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/manual/cedet/tests/testsubclass.cpp b/test/manual/cedet/tests/testsubclass.cpp index e74ca43124a..df8399e8d11 100644 --- a/test/manual/cedet/tests/testsubclass.cpp +++ b/test/manual/cedet/tests/testsubclass.cpp | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | // GNU General Public License for more details. | 17 | // GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | // You should have received a copy of the GNU General Public License | 19 | // You should have received a copy of the GNU General Public License |
| 20 | // along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | // along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | //#include <iostream> | 22 | //#include <iostream> |
| 23 | #include "testsubclass.hh" | 23 | #include "testsubclass.hh" |
| @@ -246,4 +246,3 @@ bool sneaky::bugalope::testAccess() //^9^ | |||
| 246 | // #14# ( "fBugPrivate" "fBugProtected" "fBugPublic" "fQuadPublic" "testAccess" ) | 246 | // #14# ( "fBugPrivate" "fBugProtected" "fBugPublic" "fQuadPublic" "testAccess" ) |
| 247 | ; | 247 | ; |
| 248 | } | 248 | } |
| 249 | |||