diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-09 09:36:10 -0800 | 
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-09 09:36:10 -0800 | 
| commit | 35cf62d95cdcd5323dcea4a5385942c342ff1d9c (patch) | |
| tree | 90358cbb033a126c4d48793a80fd804b7baaca24 /test/cedet/tests | |
| parent | 59815c02506eb39b61e672528ed03885749ba529 (diff) | |
| parent | 7655cb66d86564e792b825f1a0e1a4de7d6e6db5 (diff) | |
| download | emacs-35cf62d95cdcd5323dcea4a5385942c342ff1d9c.tar.gz | |
Merge from trunk.
Diffstat (limited to 'test/cedet/tests')
| -rw-r--r-- | test/cedet/tests/test.c | 2 | ||||
| -rw-r--r-- | test/cedet/tests/test.el | 2 | ||||
| -rw-r--r-- | test/cedet/tests/test.make | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testdoublens.cpp | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testdoublens.hpp | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testjavacomp.java | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testpolymorph.cpp | 4 | ||||
| -rw-r--r-- | test/cedet/tests/testspp.c | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testsppreplace.c | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testsppreplaced.c | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testsubclass.cpp | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testsubclass.hh | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testtypedefs.cpp | 2 | ||||
| -rw-r--r-- | test/cedet/tests/testvarnames.c | 9 | 
14 files changed, 18 insertions, 19 deletions
| diff --git a/test/cedet/tests/test.c b/test/cedet/tests/test.c index 6f96f794915..b2d9971ff4f 100644 --- a/test/cedet/tests/test.c +++ b/test/cedet/tests/test.c @@ -1,6 +1,6 @@  /* test.c --- Semantic unit test for C. -   Copyright (C) 2001-2011 Free Software Foundation, Inc. +   Copyright (C) 2001-2012 Free Software Foundation, Inc.     Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/test.el b/test/cedet/tests/test.el index 57056b8065b..a07a9316f35 100644 --- a/test/cedet/tests/test.el +++ b/test/cedet/tests/test.el @@ -1,6 +1,6 @@  ;;; test.el --- Unit test file for Semantic Emacs Lisp support. -;; Copyright (C) 2005-2011  Free Software Foundation, Inc. +;; Copyright (C) 2005-2012  Free Software Foundation, Inc.  ;; Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/test.make b/test/cedet/tests/test.make index a8a3e344cad..cc9d450c1e0 100644 --- a/test/cedet/tests/test.make +++ b/test/cedet/tests/test.make @@ -1,6 +1,6 @@  # test.make --- Semantic unit test for Make -*- makefile -*- -# Copyright (C) 2001-2002, 2010-2011 Free Software Foundation, Inc. +# Copyright (C) 2001-2002, 2010-2012 Free Software Foundation, Inc.  # Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testdoublens.cpp b/test/cedet/tests/testdoublens.cpp index c0993af0863..72a7e10dc5a 100644 --- a/test/cedet/tests/testdoublens.cpp +++ b/test/cedet/tests/testdoublens.cpp @@ -1,6 +1,6 @@  // testdoublens.cpp --- semantic-ia-utest completion engine unit tests -// Copyright (C) 2008-2011 Free Software Foundation, Inc. +// Copyright (C) 2008-2012 Free Software Foundation, Inc.  // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testdoublens.hpp b/test/cedet/tests/testdoublens.hpp index 94349ed8544..69475ee3c19 100644 --- a/test/cedet/tests/testdoublens.hpp +++ b/test/cedet/tests/testdoublens.hpp @@ -1,6 +1,6 @@  // testdoublens.hpp --- Header file used in one of the Semantic tests -// Copyright (C) 2008-2011 Free Software Foundation, Inc. +// Copyright (C) 2008-2012 Free Software Foundation, Inc.  // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testjavacomp.java b/test/cedet/tests/testjavacomp.java index e9aed8c51f3..54b9f4aa004 100644 --- a/test/cedet/tests/testjavacomp.java +++ b/test/cedet/tests/testjavacomp.java @@ -1,6 +1,6 @@  //  testjavacomp.java --- Semantic unit test for Java -// Copyright (C) 2009-2011  Free Software Foundation, Inc. +// Copyright (C) 2009-2012  Free Software Foundation, Inc.  //  Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testpolymorph.cpp b/test/cedet/tests/testpolymorph.cpp index 9db2d51efe7..2108da14e56 100644 --- a/test/cedet/tests/testpolymorph.cpp +++ b/test/cedet/tests/testpolymorph.cpp @@ -1,6 +1,6 @@  /** testpolymorph.cpp --- A sequence of polymorphism examples.   * - * Copyright (C) 2009-2011  Free Software Foundation, Inc. + * Copyright (C) 2009-2012  Free Software Foundation, Inc.   *   * Author: Eric M. Ludlam <eric@siege-engine.com>   * @@ -83,7 +83,7 @@ namespace template_partial_spec {    };  } -// Test 5 - Templates w/ full specicialization which may or may not share +// Test 5 - Templates w/ full specialization which may or may not share  // common functions.  namespace template_full_spec {    template <typename T> class test diff --git a/test/cedet/tests/testspp.c b/test/cedet/tests/testspp.c index 1cd45e47e1f..1fbabd62d14 100644 --- a/test/cedet/tests/testspp.c +++ b/test/cedet/tests/testspp.c @@ -1,6 +1,6 @@  /* testspp.cpp --- Semantic unit test for the C preprocessor -   Copyright (C) 2007-2011 Free Software Foundation, Inc. +   Copyright (C) 2007-2012 Free Software Foundation, Inc.     Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testsppreplace.c b/test/cedet/tests/testsppreplace.c index 4ec87654dc4..36b4cb5fa57 100644 --- a/test/cedet/tests/testsppreplace.c +++ b/test/cedet/tests/testsppreplace.c @@ -1,5 +1,5 @@  /* testsppreplace.c --- unit test for CPP/SPP Replacement -   Copyright (C) 2007-2011 Free Software Foundation, Inc. +   Copyright (C) 2007-2012 Free Software Foundation, Inc.     Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testsppreplaced.c b/test/cedet/tests/testsppreplaced.c index 58d1ac2b684..19e3b7ec869 100644 --- a/test/cedet/tests/testsppreplaced.c +++ b/test/cedet/tests/testsppreplaced.c @@ -1,5 +1,5 @@  /* testsppreplaced.c --- unit test for CPP/SPP Replacement -   Copyright (C) 2007-2011 Free Software Foundation, Inc. +   Copyright (C) 2007-2012 Free Software Foundation, Inc.     Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testsubclass.cpp b/test/cedet/tests/testsubclass.cpp index 6a704818b0d..3fb61053a41 100644 --- a/test/cedet/tests/testsubclass.cpp +++ b/test/cedet/tests/testsubclass.cpp @@ -1,6 +1,6 @@  // testsubclass.cpp --- unit test for analyzer and complex C++ inheritance -// Copyright (C) 2007-2011 Free Software Foundation, Inc. +// Copyright (C) 2007-2012 Free Software Foundation, Inc.  // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testsubclass.hh b/test/cedet/tests/testsubclass.hh index 9e6d777d74d..dee470b899f 100644 --- a/test/cedet/tests/testsubclass.hh +++ b/test/cedet/tests/testsubclass.hh @@ -1,6 +1,6 @@  // testsubclass.hh --- unit test for analyzer and complex C++ inheritance -// Copyright (C) 2007-2011 Free Software Foundation, Inc. +// Copyright (C) 2007-2012 Free Software Foundation, Inc.  // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testtypedefs.cpp b/test/cedet/tests/testtypedefs.cpp index f97b1400454..f3666bea316 100644 --- a/test/cedet/tests/testtypedefs.cpp +++ b/test/cedet/tests/testtypedefs.cpp @@ -1,6 +1,6 @@  // testtypedefs.cpp --- Sample with some fake bits out of std::string -// Copyright (C) 2008-2011 Free Software Foundation, Inc. +// Copyright (C) 2008-2012 Free Software Foundation, Inc.  // Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/cedet/tests/testvarnames.c b/test/cedet/tests/testvarnames.c index 51d8285730f..5cade2f0bd8 100644 --- a/test/cedet/tests/testvarnames.c +++ b/test/cedet/tests/testvarnames.c @@ -1,7 +1,7 @@  /* testvarnames.cpp     Test variable and function names, lists of variables on one line, etc. -   Copyright (C) 2008-2011 Free Software Foundation, Inc. +   Copyright (C) 2008-2012 Free Software Foundation, Inc.     Author: Eric M. Ludlam <eric@siege-engine.com> @@ -31,7 +31,7 @@ struct independent var_indep_struct;  struct {    int unnamed_1;    int unnamed_2; -} var_unamed_struct; +} var_unnamed_struct;  struct {    int unnamed_3; @@ -59,12 +59,12 @@ struct inline2struct in_var2;  int test_1(int var_arg1) {    var_// -1- -    ; // #1# ("var_arg1" "var_indep_struct" "var_n_2" "var_n_3" "var_named_struct" "var_un_2" "var_un_3" "var_unamed_struct") +    ; // #1# ("var_arg1" "var_indep_struct" "var_n_2" "var_n_3" "var_named_struct" "var_un_2" "var_un_3" "var_unnamed_struct")    var_indep_struct.// -2-      ; // #2# ( "indep_1" "indep_2" ) -  var_unamed_struct.// -3- +  var_unnamed_struct.// -3-      ; // #3# ( "unnamed_1" "unnamed_2" )    var_named_struct.// -4- @@ -88,4 +88,3 @@ int test_1(int var_arg1) {    in_var2.// -11-      ; // #11# ( "named_3" "named_4")  } - | 
