summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-10-13 16:14:19 -0700
committerAman Gupta <aman@tmm1.net>2015-10-13 16:14:19 -0700
commit6e8cb658c34688a77aeb8a3d7fbfc6ae3eaa9330 (patch)
tree5b85507747f78bcfa074ebcdf5e7045679fdc33a /tests
parentf3a2efa6aedbf9b77aaf0b8aa9c56b62648d92e5 (diff)
parenta40ace648db2659aab35696e145dd3aa604be285 (diff)
downloadNim-6e8cb658c34688a77aeb8a3d7fbfc6ae3eaa9330.tar.gz
Merge remote-tracking branch 'origin/devel' into appveyor
Diffstat (limited to 'tests')
-rw-r--r--tests/objects/tobjconstr2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/objects/tobjconstr2.nim b/tests/objects/tobjconstr2.nim
index 39683ddc5..f6805190b 100644
--- a/tests/objects/tobjconstr2.nim
+++ b/tests/objects/tobjconstr2.nim
@@ -24,7 +24,7 @@ var b = Bar(x: 100, y: 200) # used to fail
 # bug 1275
 
 type
-  Graphic = object of TObject
+  Graphic = object of RootObj
     case kind: range[0..1]
     of 0:
       radius: float