Last change
on this file since fb0f04d was
e797179,
checked in by Michael Brooks <mlbrooks@…>, 7 days ago
|
Accept meta-test, expecting the buid to fail.
The fix is forthcoming.
The new test style (nowarn) checks for the absence of warnings. The team has seen inconsistent results with who sees what warning. This meta-test ensures that the checkin-triggered testing can notice a warning. The fix for this failing test will be to make the warning go away.
|
-
Property mode set to
100644
|
File size:
152 bytes
|
Line | |
---|
1 | // A structure with no autogeneratable lifecycle functions |
---|
2 | forall( T * ) |
---|
3 | struct Thing { |
---|
4 | T x; |
---|
5 | }; |
---|
6 | |
---|
7 | int main() { |
---|
8 | printf("done\n"); |
---|
9 | return 0; |
---|
10 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.