|  | @@ -8983,17 +8983,17 @@ selector: "performFailure:",
 | 
	
		
			
				|  |  |  protocol: "actions",
 | 
	
		
			
				|  |  |  //>>excludeStart("ide", pragmas.excludeIdeData);
 | 
	
		
			
				|  |  |  args: ["aTestCase"],
 | 
	
		
			
				|  |  | -source: "performFailure: aTestCase\x0a\x09aTestCase runCase",
 | 
	
		
			
				|  |  | +source: "performFailure: aTestCase\x0a\x09aTestCase debugCase",
 | 
	
		
			
				|  |  |  referencedClasses: [],
 | 
	
		
			
				|  |  |  //>>excludeEnd("ide");
 | 
	
		
			
				|  |  |  pragmas: [],
 | 
	
		
			
				|  |  | -messageSends: ["runCase"]
 | 
	
		
			
				|  |  | +messageSends: ["debugCase"]
 | 
	
		
			
				|  |  |  }, function ($methodClass){ return function (aTestCase){
 | 
	
		
			
				|  |  |  var self=this,$self=this;
 | 
	
		
			
				|  |  |  //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 | 
	
		
			
				|  |  |  return $core.withContext(function($ctx1) {
 | 
	
		
			
				|  |  |  //>>excludeEnd("ctx");
 | 
	
		
			
				|  |  | -$recv(aTestCase)._runCase();
 | 
	
		
			
				|  |  | +$recv(aTestCase)._debugCase();
 | 
	
		
			
				|  |  |  return self;
 | 
	
		
			
				|  |  |  //>>excludeStart("ctx", pragmas.excludeDebugContexts);
 | 
	
		
			
				|  |  |  }, function($ctx1) {$ctx1.fill(self,"performFailure:",{aTestCase:aTestCase})});
 |