diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34552-throws.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34552-throws.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34552-throws.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34552-throws.cpp deleted file mode 100644 index cca784aa..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34552-throws.cpp +++ /dev/null @@ -1,14 +0,0 @@ -int main() -{ - throw("error"); - - throw ("error"); - - throw"error"; - - throw "error"; - - throw"error"; - - throw"error"; -} |