[NFC][tests] Relax matching for prefer-vector-width.f90

The attributes matching was too strict and caused failures:
https://lab.llvm.org/buildbot/#/builders/157/builds/29494/steps/6/logs/FAIL__Flang__prefer-vector-width_f90
diff --git a/flang/test/Driver/prefer-vector-width.f90 b/flang/test/Driver/prefer-vector-width.f90
index d0f5fd2..8a66a24 100644
--- a/flang/test/Driver/prefer-vector-width.f90
+++ b/flang/test/Driver/prefer-vector-width.f90
@@ -9,8 +9,8 @@
 subroutine func
 end subroutine func
 
-! CHECK-DEF-NOT: attributes #0 = { "prefer-vector-width"={{.*}} }
-! CHECK-NONE: attributes #0 = { "prefer-vector-width"="none" }
-! CHECK-128: attributes #0 = { "prefer-vector-width"="128" }
-! CHECK-256: attributes #0 = { "prefer-vector-width"="256" }
+! CHECK-DEF-NOT: attributes #0 = { "prefer-vector-width"={{.*}}
+! CHECK-NONE: attributes #0 = { "prefer-vector-width"="none"
+! CHECK-128: attributes #0 = { "prefer-vector-width"="128"
+! CHECK-256: attributes #0 = { "prefer-vector-width"="256"
 ! CHECK-INVALID:error: invalid value 'xxx' in '-mprefer-vector-width=xxx'