diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/const_throw.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/const_throw.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/const_throw.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/const_throw.cpp deleted file mode 100644 index f0d1773d..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/const_throw.cpp +++ /dev/null @@ -1,13 +0,0 @@ -void GetFoo(void) -const - { return (m_Foo); } - -int GetFoo(void) - throw (std::bad_alloc) - { return (m_Foo); } - -class foo{ - void bar(void) - const; -}; - |