summaryrefslogtreecommitdiff
path: root/MLKLowLevelTests.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 14:30:33 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 14:30:33 +0200
commit26fa88efed6adff0ef5c79b918514cd5c704c84a (patch)
tree23b0c9bcd18f3ebd01e5e44bcb37b463557e294d /MLKLowLevelTests.m
parentc3d754abd77581ff7bd503fa3d2d254f524a1279 (diff)
Rename methods: forBinding -> forSymbol
Diffstat (limited to 'MLKLowLevelTests.m')
-rw-r--r--MLKLowLevelTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKLowLevelTests.m b/MLKLowLevelTests.m
index 498369c..d3170fd 100644
--- a/MLKLowLevelTests.m
+++ b/MLKLowLevelTests.m
@@ -102,7 +102,7 @@
-(id) testInitialReadtable
{
MLKDynamicContext *ctx = [MLKDynamicContext currentContext];
- MLKReadtable *readtable = [ctx valueForBinding:
+ MLKReadtable *readtable = [ctx valueForSymbol:
[[MLKPackage findPackage:@"COMMON-LISP"]
intern:@"*READTABLE*"]];
UKTrue ([readtable characterHasCase:'a']);