소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.