Skip to content

Commit

Permalink
add writeln
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Jan 27, 2015
1 parent 9d07c40 commit 9a540c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/runnable/interpret.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

//import std.stdio;
extern(C) int printf(const char*, ...);
import std.stdio;

template Tuple(A...)
{
Expand Down Expand Up @@ -215,7 +214,7 @@ void test113()

static void compare(real a, real b)
{
//writefln("compare(%30.30f, %30.30f);", a, b);
writefln("compare(%30.30f, %30.30f);", a, b);
assert(fabs(a - b) < 128 * real.epsilon);
}

Expand Down

0 comments on commit 9a540c0

Please sign in to comment.