浏览代码

Kernel-Tests: fix compilation error with new compiler

nonBoolean was an unknown variable before
Manfred Kroehnert 12 年之前
父节点
当前提交
37d84d90c7
共有 3 个文件被更改,包括 411 次插入942 次删除
  1. 208 478
      js/Kernel-Tests.deploy.js
  2. 201 462
      js/Kernel-Tests.js
  3. 2 2
      st/Kernel-Tests.st

文件差异内容过多而无法显示
+ 208 - 478
js/Kernel-Tests.deploy.js


文件差异内容过多而无法显示
+ 201 - 462
js/Kernel-Tests.js


+ 2 - 2
st/Kernel-Tests.st

@@ -180,8 +180,8 @@ testLogicKeywords
 !
 
 testNonBooleanError
-	|b|
-    b := < '' >.
+	|nonBoolean|
+    nonBoolean := < '' >.
     self should: [nonBoolean ifTrue: [] ifFalse: []] raise: NonBooleanReceiver
 ! !
 

部分文件因为文件数量过多而无法显示