summary refs log tree commit diff stats
path: root/tests/tsizeof.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsizeof.nim')
-rwxr-xr-xtests/tsizeof.nim10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/tsizeof.nim b/tests/tsizeof.nim
deleted file mode 100755
index f7b70dd4d..000000000
--- a/tests/tsizeof.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-# Test the sizeof proc

-

-type

-  TMyRecord {.final.} = object

-    x, y: int

-    b: bool

-    r: float

-    s: string

-

-write(stdout, sizeof(TMyRecord))