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