diff options
Diffstat (limited to 'tests/parser/tunicodeidents.nim')
-rw-r--r-- | tests/parser/tunicodeidents.nim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/parser/tunicodeidents.nim b/tests/parser/tunicodeidents.nim deleted file mode 100644 index 3347eb7a9..000000000 --- a/tests/parser/tunicodeidents.nim +++ /dev/null @@ -1,11 +0,0 @@ -discard """ - action: run -""" - -# #7884 - -type Obj = object - ö: int - -let o = Obj(ö: 1) -doAssert o.ö == 1 |