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