summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10040-tcf.cs
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10040-tcf.cs')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10040-tcf.cs38
1 files changed, 0 insertions, 38 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10040-tcf.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10040-tcf.cs
deleted file mode 100644
index 009f269e..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.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();
-}