ソースを参照

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
 ! !
 

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません