dfmt/tests/DeclSpacing.d
Andreas Zwinkau ac0b45b53b Remove failing tests
From now on the tests shall always pass
2015-01-17 16:45:37 +01:00

6 lines
104 B
D

import std.stdio;
class Foo {}
import std.conv;
void main() {return;}
const baz = 11;
class Foo2:Foo {}