Skip to content

Commit

Permalink
Move issue 11751 test case to compilable/testparse.d
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Mar 29, 2015
1 parent c56d8b7 commit 738eb7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/compilable/parse11751.d

This file was deleted.

5 changes: 5 additions & 0 deletions test/compilable/testparse.d
Expand Up @@ -138,3 +138,8 @@ void test11689()
{
deprecated void foo() {}
}

/***************************************************/
// 11751

static assert(is(float == typeof(0x0.1p1F)));

0 comments on commit 738eb7c

Please sign in to comment.