File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ int main(int, char**)
24
24
// expected-error@random:* {{static_assert failed due to requirement '1ULL == 0 || 1ULL < 1ULL' "linear_congruential_engine invalid parameters"}}
25
25
std::linear_congruential_engine<T, 0 , 1 , 1 > e3 ;
26
26
std::linear_congruential_engine<T, 1 , 0 , 1 > e4 ;
27
- // expected-error@random:* {{static_assert failed due to requirement 'std::__1: :is_unsigned<int>::value' "_UIntType must be unsigned type"}}
27
+ // expected-error-re @random:* {{static_assert failed due to requirement 'std:{{.*}} :is_unsigned<int>::value' "_UIntType must be unsigned type"}}
28
28
std::linear_congruential_engine<int , 0 , 0 , 0 > e5 ;
29
29
30
30
return 0 ;
31
- }
31
+ }
You can’t perform that action at this time.
0 commit comments