update D build test for Linux
This commit is contained in:
parent
5045e2e336
commit
d9eea10363
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user