[llvm] [llvm-lit] Resolve env subcommand required error (PR #98414)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 01:17:52 PDT 2024


================
@@ -34,9 +34,9 @@
 # CHECK: --
 
 # CHECK: PASS: shtest-env :: env-args-none.txt ({{[^)]*}})
-# CHECK: env
+# CHECK: env | {{.*}}
 # CHECK: # executed command: env
-# CHECK-NOT: {{^[^#]}}
+# CHECK-NOT: {{^[^#]}} | {{.*}}
----------------
jh7370 wrote:

Could you explain the additions you've made here, please?

https://github.com/llvm/llvm-project/pull/98414


More information about the llvm-commits mailing list