aboutsummaryrefslogtreecommitdiffstats
path: root/oni-csharp/snippets/csharp-mode/testm
diff options
context:
space:
mode:
Diffstat (limited to 'oni-csharp/snippets/csharp-mode/testm')
-rw-r--r--oni-csharp/snippets/csharp-mode/testm9
1 files changed, 0 insertions, 9 deletions
diff --git a/oni-csharp/snippets/csharp-mode/testm b/oni-csharp/snippets/csharp-mode/testm
deleted file mode 100644
index 4bd243d..0000000
--- a/oni-csharp/snippets/csharp-mode/testm
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- mode: snippet -*-
-# name: Test Method
-# key: testm
-# --
-[TestMethod]
-public void ${1:TestMethod}()
-{
- $0
-} \ No newline at end of file