Skip to content

Commit

Permalink
Update sizeof-is-prval.C
Browse files Browse the repository at this point in the history
remove unnecessary line mimicing g++ test harness
  • Loading branch information
dwightguth committed Feb 28, 2017
1 parent 96afbe0 commit 1c0d683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit-pass/sizeof-is-prval.C
@@ -1,6 +1,5 @@
// Tests that sizeof(_) can be used in initialization
// (and thus it has a value category).
// { dg-do run}
int main()
{
int x = sizeof(int);
Expand Down

0 comments on commit 1c0d683

Please sign in to comment.