diff options
Diffstat (limited to 'tiger-compiler/tests/object/bind')
| -rwxr-xr-x | tiger-compiler/tests/object/bind/missing-super-class.tig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tiger-compiler/tests/object/bind/missing-super-class.tig b/tiger-compiler/tests/object/bind/missing-super-class.tig new file mode 100755 index 0000000..f36f54e --- /dev/null +++ b/tiger-compiler/tests/object/bind/missing-super-class.tig @@ -0,0 +1,5 @@ +let
+ /* Super class doesn't exist. */
+ class Z extends Ghost {}
+in
+end
\ No newline at end of file |
