[clang][Interp] Add missing expected test output
This commit is contained in:
parent
c1b4d7f091
commit
5a72df21cb
|
@ -390,7 +390,8 @@ namespace IncDec {
|
|||
return 1;
|
||||
}
|
||||
static_assert(uninit(), ""); // ref-error {{not an integral constant expression}} \
|
||||
// ref-note {{in call to 'uninit()'}}
|
||||
// ref-note {{in call to 'uninit()'}} \
|
||||
// expected-error {{not an integral constant expression}}
|
||||
|
||||
constexpr int OverFlow() { // ref-error {{never produces a constant expression}}
|
||||
int a = INT_MAX;
|
||||
|
|
Loading…
Reference in New Issue