Skip to content

Commit

Permalink
remove std.math import
Browse files Browse the repository at this point in the history
Reason: insnan is going to be deprecated in std.math.
  • Loading branch information
9il committed Oct 24, 2014
1 parent 269b026 commit 18ffe59
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 18ffe59

Please sign in to comment.