================
@@ -24,7 +24,7 @@ int main(int, char**)
     // expected-error-re@*:* {{static assertion failed due to requirement 
'1ULL == 0 || 1ULL < 1ULL'{{.*}}linear_congruential_engine invalid parameters}}
     std::linear_congruential_engine<T, 0, 1, 1> e3;
     std::linear_congruential_engine<T, 1, 0, 1> e4;
-    // expected-error-re@*:* {{static assertion failed due to requirement 
'is_unsigned<int>::value'{{.*}}_UIntType must be unsigned type}}
+    // expected-error-re@*:* {{static assertion failed due to requirement 
'{{(std::)?}}is_unsigned<int>::value'{{.*}}_UIntType must be unsigned type}}
----------------
ldionne wrote:

```suggestion
    // expected-error-re@*:* {{static assertion failed due to requirement 
{{.+}}_UIntType must be unsigned type}}
```

https://github.com/llvm/llvm-project/pull/148014
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to