summaryrefslogtreecommitdiffstats
path: root/testing/067_using.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-04-01 17:55:42 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-04-01 17:55:42 (GMT)
commit80ec5521ebee6072f6c43946cb5ef3e812ee777a (patch)
tree6fd54b22b59ab4a62764d1db86a758faa77b264a /testing/067_using.cpp
parent1c3317e72f7845f121009c10add4d209d607ce48 (diff)
downloadDoxygen-80ec5521ebee6072f6c43946cb5ef3e812ee777a.zip
Doxygen-80ec5521ebee6072f6c43946cb5ef3e812ee777a.tar.gz
Doxygen-80ec5521ebee6072f6c43946cb5ef3e812ee777a.tar.bz2
Test renumbering
The tests numbers 067 and 068 were used twice, test 067 has been renamed to 072 and test 068 has been renamed to 073.
Diffstat (limited to 'testing/067_using.cpp')
-rw-r--r--testing/067_using.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/067_using.cpp b/testing/067_using.cpp
deleted file mode 100644
index eb2f5cc..0000000
--- a/testing/067_using.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-// objective: test template parameters for a type alias
-// check: 067__using_8cpp.xml
-
-/** \file */
-
-/** @brief A vector */
-template<class T> using Vec = std::vector<T>;