This commit is contained in:
parent
79e22cec0e
commit
2ffecd9aae
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ Suite raii = "raii"_suite = [] {
|
||||||
int x; // uninitialized
|
int x; // uninitialized
|
||||||
int y = x + 1; // use of uninitialized value
|
int y = x + 1; // use of uninitialized value
|
||||||
printf("y = %d\n", y);
|
printf("y = %d\n", y);
|
||||||
return 0;
|
|
||||||
};
|
};
|
||||||
// Case { "happy path won't throw" } = [] {
|
// Case { "happy path won't throw" } = [] {
|
||||||
// auto fixture = Fixture {};
|
// auto fixture = Fixture {};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue