diff options
author | Adrian Thurston <thurston@complang.org> | 2012-12-19 18:07:28 -0500 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2012-12-19 18:07:28 -0500 |
commit | 02e14456d8ad8dfcd9632399b9fec7c6135a1562 (patch) | |
tree | b6b58a80ae9f6d1583f32a86ab89c342f89731f1 /test/lookup1.lm | |
parent | 97eef93ee9abfe10be71f873877e898d455146c6 (diff) | |
download | colm-02e14456d8ad8dfcd9632399b9fec7c6135a1562.tar.gz |
update test cases for changes in parent commit
Diffstat (limited to 'test/lookup1.lm')
-rw-r--r-- | test/lookup1.lm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lookup1.lm b/test/lookup1.lm index a6fcd4dd..afdfda4d 100644 --- a/test/lookup1.lm +++ b/test/lookup1.lm @@ -1,5 +1,4 @@ context lookup -{ # # Data types for global data. # @@ -2139,7 +2138,7 @@ context lookup print( '\n' ) } -} +end lookup # # Global data declarations |