Browse Source

Kernel-Tests: fix compilation error with new compiler

nonBoolean was an unknown variable before
Manfred Kroehnert 12 years ago
parent
commit
37d84d90c7
3 changed files with 411 additions and 942 deletions
  1. 208 478
      js/Kernel-Tests.deploy.js
  2. 201 462
      js/Kernel-Tests.js
  3. 2 2
      st/Kernel-Tests.st

File diff suppressed because it is too large
+ 208 - 478
js/Kernel-Tests.deploy.js


File diff suppressed because it is too large
+ 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
 ! !
 

Some files were not shown because too many files changed in this diff