mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	fix instance test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									45755bbd14
								
							
						
					
					
						commit
						dbc9bebd18
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -6183,7 +6183,7 @@ class Fixedpoint(Z3PPObject):
 | 
			
		|||
        """
 | 
			
		||||
        query = _get_args(query)
 | 
			
		||||
        sz = len(query)
 | 
			
		||||
        if sz >= 1 and isinstance(query[0], FuncDecl):            
 | 
			
		||||
        if sz >= 1 and isinstance(query[0], FuncDeclRef):            
 | 
			
		||||
            _decls = (FuncDecl * sz)()
 | 
			
		||||
            i = 0
 | 
			
		||||
            for q in query:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue