================ @@ -0,0 +1,60 @@ +; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s + +; CHECK: It should have at least one range! ---------------- Artem-B wrote: You may want to include a test case with a valid range. https://github.com/llvm/llvm-project/pull/102461