From 95308b9fc59824de97bcc4473191d6f338cef7d7 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 4 Jun 2015 19:23:02 -0700 Subject: [PATCH] Tests for #102 --- tests/allman/issue0102.d.ref | 1 + tests/issue0102.args | 1 + tests/issue0102.d | 1 + tests/otbs/issue0102.d.ref | 1 + 4 files changed, 4 insertions(+) create mode 100644 tests/allman/issue0102.d.ref create mode 100644 tests/issue0102.args create mode 100644 tests/issue0102.d create mode 100644 tests/otbs/issue0102.d.ref diff --git a/tests/allman/issue0102.d.ref b/tests/allman/issue0102.d.ref new file mode 100644 index 0000000..8efd670 --- /dev/null +++ b/tests/allman/issue0102.d.ref @@ -0,0 +1 @@ +import std.stdio: stderr; diff --git a/tests/issue0102.args b/tests/issue0102.args new file mode 100644 index 0000000..d31866f --- /dev/null +++ b/tests/issue0102.args @@ -0,0 +1 @@ +--selective_import_space=false diff --git a/tests/issue0102.d b/tests/issue0102.d new file mode 100644 index 0000000..6710f90 --- /dev/null +++ b/tests/issue0102.d @@ -0,0 +1 @@ +import std.stdio : stderr; diff --git a/tests/otbs/issue0102.d.ref b/tests/otbs/issue0102.d.ref new file mode 100644 index 0000000..8efd670 --- /dev/null +++ b/tests/otbs/issue0102.d.ref @@ -0,0 +1 @@ +import std.stdio: stderr;