From d9eea103636b78352491f69d38aeddfc23a4c86e Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 12 Jun 2014 16:00:41 -0400 Subject: [PATCH] update D build test for Linux --- spec/build_tests_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/build_tests_spec.rb b/spec/build_tests_spec.rb index eef14b4..8042c11 100644 --- a/spec/build_tests_spec.rb +++ b/spec/build_tests_spec.rb @@ -470,7 +470,7 @@ EOF "gdc -c -o main.o main.d", "gdc -o hello-d.exe main.o", ] - expect(`./hello-d`.rstrip).to eq "Hello from D!" + expect(`./hello-d.exe`.rstrip).to eq "Hello from D!" end end