diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10011-strings.cs')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10011-strings.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10011-strings.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10011-strings.cs deleted file mode 100644 index 6794e762..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cs/10011-strings.cs +++ /dev/null @@ -1,8 +0,0 @@ -void foo() -{ - string s1 = L"C:\\foo\\bar"; - string s2 = S"C:\\foo\\bar"; - string s3 = "This is a \"test\""; - string s4 = "C:\\"; -} - |