Skip to content

Commit

Permalink
Merge pull request #4090 from 9il/isnan
Browse files Browse the repository at this point in the history
remove std.math import
  • Loading branch information
WalterBright committed Oct 26, 2014
2 parents 269b026 + 18ffe59 commit 230356f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/testappend.d
@@ -1,7 +1,7 @@
// PERMUTE_ARGS:

import core.stdc.stdio;
import std.math;
import core.stdc.math : isnan;

void test12826()
{
Expand Down

0 comments on commit 230356f

Please sign in to comment.