chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
267aeb6
)
test/test.sod: Add a test for the class-pointer type bug.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 10 Aug 2019 10:50:08 +0000
(11:50 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 10 Aug 2019 13:58:56 +0000
(14:58 +0100)
test/test.sod
patch
|
blob
|
blame
|
history
diff --git
a/test/test.sod
b/test/test.sod
index ee74da3a958b11be3c78a1925fa67d772ec34576..848a7d32d81c06d0689b0c513848718a924c4da7 100644
(file)
--- a/
test/test.sod
+++ b/
test/test.sod
@@
-334,7
+334,7
@@
class MyClass: SodClass {
int x = -1, y, z = 2;
}
int x = -1, y, z = 2;
}
-[
link = SodObject,
nick = myobj, metaclass = MyClass]
+[nick = myobj, metaclass = MyClass]
class MyObject: SodObject {
class mycls.x = 0, mycls.y = 1;
}
class MyObject: SodObject {
class mycls.x = 0, mycls.y = 1;
}