a=0 for _ in range(int(input())): a,*p=map(int,input().split()) p.sort() p.reverse() print(*p)