Parcourir la source

Kernel-Tests: fix compilation error with new compiler

nonBoolean was an unknown variable before
Manfred Kroehnert il y a 12 ans
Parent
commit
37d84d90c7
3 fichiers modifiés avec 411 ajouts et 942 suppressions
  1. 208 478
      js/Kernel-Tests.deploy.js
  2. 201 462
      js/Kernel-Tests.js
  3. 2 2
      st/Kernel-Tests.st

Fichier diff supprimé car celui-ci est trop grand
+ 208 - 478
js/Kernel-Tests.deploy.js


Fichier diff supprimé car celui-ci est trop grand
+ 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
 ! !
 

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff