update D build test for Linux

This commit is contained in:
Josh Holtrop 2014-06-12 16:00:41 -04:00
parent 5045e2e336
commit d9eea10363

View File

@ -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