diff options
Diffstat (limited to 'tests/deprecated/tequalhook.nim')
-rw-r--r-- | tests/deprecated/tequalhook.nim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/deprecated/tequalhook.nim b/tests/deprecated/tequalhook.nim deleted file mode 100644 index 79ee835f8..000000000 --- a/tests/deprecated/tequalhook.nim +++ /dev/null @@ -1,11 +0,0 @@ -discard """ - errormsg: "Overriding `=` hook is deprecated; Override `=copy` hook instead" - matrix: "--warningAsError[Deprecated]:on" -""" - -type - SharedString = object - data: string - -proc `=`(x: var SharedString, y: SharedString) = - discard \ No newline at end of file |