diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/examplefiles/classes.dylan | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/classes.dylan b/tests/examplefiles/classes.dylan index 7bb88faa..83faf69c 100644 --- a/tests/examplefiles/classes.dylan +++ b/tests/examplefiles/classes.dylan @@ -121,3 +121,5 @@ define macro with-decoded-seconds } end macro; +let x = "This size call should be seen as a builtin despite the odd case.".siZe; + |