summary refs log tree commit diff stats
path: root/tests/compile/toop.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/toop.nim')
-rwxr-xr-xtests/compile/toop.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compile/toop.nim b/tests/compile/toop.nim
index 5999a8073..0b42c2c22 100755
--- a/tests/compile/toop.nim
+++ b/tests/compile/toop.nim
@@ -3,7 +3,7 @@ discard """
 """
 
 type
-  TA = object
+  TA = object of TObject
     x, y: int
   
   TB = object of TA