diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cs/10040-tcf.cs')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cs/10040-tcf.cs | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cs/10040-tcf.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cs/10040-tcf.cs deleted file mode 100644 index 009f269e..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cs/10040-tcf.cs +++ /dev/null @@ -1,38 +0,0 @@ -void foo() -{ - try - { - ; - } - catch (Exception e) - { - ; - } - finally - { - ; - } - - - bar(); - - try - { - ; - } - catch (Exception e) - { - ; - } - catch (Exception e) - { - ; - } - finally - { - ; - } - - - bar(); -} |