[NFC][Verifier] Fixup token PHINode test cases
It would still pass in non-assert build,
but with asserts it would now crash.
I haven't checked, but hopefully `not`'s `--crash` argument
should be enough to support both paths.
GitOrigin-RevId: be935f28888cbfe705699fa3beb8b849aa0f9f90
diff --git a/test/Verifier/token1.ll b/test/Verifier/token1.ll
index ac7ff30..90d4883 100644
--- a/test/Verifier/token1.ll
+++ b/test/Verifier/token1.ll
@@ -1,4 +1,4 @@
-; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: not --crash llvm-as %s -o /dev/null 2>&1 | FileCheck %s
define void @f(token %A, token %B) {
entry: