diff options
author | Adrian Thurston <thurston@complang.org> | 2011-09-18 20:41:40 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2011-09-18 20:41:40 +0000 |
commit | 9c09a1720f2baffeec914fdd1e6614fffdf89c2d (patch) | |
tree | 3726e3e5d1ce7595ed87a1b7345414e398141197 /test | |
parent | 230f4dffc6dae8bebe40fad3ddab6077fb0cddf2 (diff) | |
download | colm-9c09a1720f2baffeec914fdd1e6614fffdf89c2d.tar.gz |
Instead of using a kid pointing at a kid for ignore lists, use the new
IgnoreList type. refs #323. A few test cases are still broken. Copying may
still need updating.
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtests.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/runtests.mk b/test/runtests.mk index 60617e0c..a03c3029 100755 --- a/test/runtests.mk +++ b/test/runtests.mk @@ -25,10 +25,6 @@ TESTS = \ context1.lm \ context2.lm \ context3.lm \ - undofrag1.lm \ - undofrag2.lm \ - undofrag3.lm \ - nestedcomm.lm \ reparse.lm \ btscan1.lm \ btscan2.lm \ @@ -83,10 +79,6 @@ DIFFS = \ context1.diff \ context2.diff \ context3.diff \ - undofrag1.diff \ - undofrag2.diff \ - undofrag3.diff \ - nestedcomm.diff \ reparse.diff \ btscan1.diff \ btscan2.diff \ |