diff options
author | Adrian Thurston <thurston@complang.org> | 2013-04-13 10:44:45 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2013-04-13 10:44:45 -0400 |
commit | f34149a3990b06f647fcba9664471dfa6957a844 (patch) | |
tree | 8c72994004ffd3e79eeb42e51586aaa386c0f590 /test/binary1.lm | |
parent | e0cc080f94de6764b2eae8ef3815882316ebb922 (diff) | |
download | colm-f34149a3990b06f647fcba9664471dfa6957a844.tar.gz |
updated tests for parent commit (parse returns tree)
Diffstat (limited to 'test/binary1.lm')
-rw-r--r-- | test/binary1.lm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/binary1.lm b/test/binary1.lm index 9e052950..7fc8337f 100644 --- a/test/binary1.lm +++ b/test/binary1.lm @@ -489,7 +489,7 @@ cons Binary: binary[] Binary.CL = cons list<int> [] parse S: binary::start(Binary) [ stdin ] -print_all_names( S.tree ) +print_all_names( S ) print( '*** SUCCESS ***\n' ) ##### EXP ##### www.google.ca. |